Commit 1fc52122 by BellCodeEditor

auto save

parent 0a3b07d5
Showing with 18 additions and 18 deletions
total = [] s1={'3':2,'3':2,'6':2,'8':2}
s2={'4':2,'5':2,'6':2,'7':2}
while True: while True:
unit= input("请输入:") for k,v in keys:
if unit== 'q': print(i)
break for x k,v in values:
else: print(x)
total.append(unit)
pr
\ No newline at end of file
def new_input(): s1={'3':2,'3':2,'6':2,'8':2}
def new_input(): s1={'3':2,'3':2,'6':2,'8':2}
asd=[] s2={'4':2,'5':2,'6':2,'7':2}
while True: while True:
sn = input("请输入: ") for i k,v in keys:
if sn == 'q': print(i)
break for x k,v in v.values:
else: print(x)
asd.append(sn) \ 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