Commit 0f6d3a9e by BellCodeEditor

auto save

parent 77e9b4ea
Showing with 7 additions and 1 deletions
......@@ -59,7 +59,7 @@ while True:
else:
print("请重新输入1/2")
continue
fuck=random.randint(1,3)
fuck=random.randint(1,2)
if fuck==1:
yase.combat(houyi)
elif fuck==2:
......
w={'北京':8,'上海':15,'广州':20,'深圳':21}
w={'北京':8,'上海':15,'广州':20,'深圳':21}
kkk=w.pop('北京')
print(kkk)
print(w)
\ 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