Commit 06f9f537 by BellCodeEditor

save project

parent e571d94a
......@@ -3,7 +3,4 @@ def sum(monek):
for i in monek:
cound += i
return cound
print(sum([1,2,3,4]))
list = [1,2,3]
print(sum(list))
......@@ -13,5 +13,3 @@ def new_input():
totle.append(unit)
print("_"*30)
return totle
new_input()
print(result)
\ No newline at end of file
import hja
import fvwe
data=hja.new_input()
score=fvwe.sum(data)
print(score)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment