Первый коммит

This commit is contained in:
Sergey Lemeshevsky
2020-02-19 13:25:09 +03:00
commit d53224ecea
35 changed files with 2111 additions and 0 deletions

2
src-intro/test.py Normal file
View File

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