Commit 22ef6bc6 by BellCodeEditor

save project

parent d2ae8ae1
Showing with 11 additions and 12 deletions
total = [] def newboy():
while True: total = []
while True:
def funcname(parameter_list): unit= input("请输入:")
pass if unit== 'q':
unit= input("请输入:") break
if unit== 'q': else:
break total.append(unit)
else: return total
total.append(unit) print(newboy)
print(total) \ 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