Commit 295069ae by BellCodeEditor

save project

parent 3b9f28c8
Showing with 7 additions and 2 deletions
......@@ -13,4 +13,9 @@ def totl():
total.append(unit)
return total
a=totl()
print(a)
\ No newline at end of file
def str(x):
str1=0
for i in a:
str1=str1+i
return str1
print(str(a))
\ 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