Commit cf841928 by BellCodeEditor

save project

parent 5ae95a6e
Showing with 4 additions and 10 deletions
def new_input(): dict={}
total = [] dict["猴十"]=10
while True: print(dict)
unit= input("请输入:") \ No newline at end of file
if unit== 'q':
break
else:
total.append(unit)
print(total)
\ 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