Commit 295069ae by BellCodeEditor

save project

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