Commit 77f199c9 by BellCodeEditor

auto save

parent 369aa60f
Showing with 0 additions and 4 deletions
......@@ -2,7 +2,3 @@ import random
player=input("请玩家输入(石头,剪刀,布):")#玩家出拳
list=["石头,剪刀,布"]
computer=random.choice(list)#电脑出拳
print("玩家出拳:")
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