Commit 57fb1fb7 by BellCodeEditor

save project

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