Commit 836dce1c by BellCodeEditor

save project

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