Commit 57fb1fb7 by BellCodeEditor

save project

parent 9cbb4d5d
...@@ -17,4 +17,3 @@ def c(list): ...@@ -17,4 +17,3 @@ def c(list):
for i in list: for i in list:
price += i price += i
return price return price
print(c(a()))
import func import func
a = func.a a = func.a()
b = func.c b = func.c(a)
peint(b) print(b)
\ No newline at end of file \ 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