Добавлены примеры и задание по типам коллекций

This commit is contained in:
Sergey Lemeshevsky
2020-03-09 14:33:15 +03:00
parent 2756a9b834
commit 7dba740376
15 changed files with 2151 additions and 107 deletions

View File

@@ -1,2 +1,2 @@
a = int(input())
print(a**2)
print(a**2+a)