Added missing files and removed unnessesary ones
This commit is contained in:
4
Python/pyton_test/task5.py
Normal file
4
Python/pyton_test/task5.py
Normal file
@ -0,0 +1,4 @@
|
||||
with open("task5.txt") as f:
|
||||
nums = map(int, f.read().split())
|
||||
|
||||
print(sum(nums))
|
Reference in New Issue
Block a user