Commit 836dce1c by BellCodeEditor

save project

parent 1a7877d9
Showing with 4 additions and 6 deletions
def new_input():
total = []
while True:
......@@ -13,7 +12,6 @@ def new_input():
else:
total.append(unit)
print('*'*30)
print(total)
a=return total
new_input()
print(a)
\ No newline at end of file
return total
retur=new_input()
print(retur)
\ 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