Added missing files and removed unnessesary ones
This commit is contained in:
2
Python/pyton_test/task4.py
Normal file
2
Python/pyton_test/task4.py
Normal file
@ -0,0 +1,2 @@
|
||||
a = {i: i**2 for i in range(1, 16)}
|
||||
print(a)
|
Reference in New Issue
Block a user