Commit 06f9f537 by BellCodeEditor

save project

parent e571d94a
...@@ -4,6 +4,3 @@ def sum(monek): ...@@ -4,6 +4,3 @@ def sum(monek):
cound += i cound += i
return cound return cound
print(sum([1,2,3,4]))
list = [1,2,3]
print(sum(list))
...@@ -13,5 +13,3 @@ def new_input(): ...@@ -13,5 +13,3 @@ def new_input():
totle.append(unit) totle.append(unit)
print("_"*30) print("_"*30)
return totle 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