Commit 18eb9b57 by BellCodeEditor

save project

parent 11791fb2
Showing with 6 additions and 0 deletions
......@@ -6,3 +6,8 @@ while True:
print("玩家出拳:"+piayer)
comp = random.choice(list)
print("AI出拳: "+comp)
if play in list:
print("输入正确")
if player==AI:
print("平局")
fil
\ 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