Initial commit

This commit is contained in:
github-classroom[bot]
2021-04-04 18:11:58 +00:00
commit 9f1681bb23
342 changed files with 35807 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
x:[int] = None
x = [1, 2, 3]
print(len(x))