Commit 485f4b05 by BellCodeEditor

save project

parent 6bdd3246
Showing with 3 additions and 2 deletions
......@@ -3,4 +3,5 @@ wanjia=input("玩家出拳:")
print("你出的是:"+wanjia)
#机器人出拳
list=["石头","剪刀","布"]
computer=
\ No newline at end of file
computer=random.choice(list)
print("电脑出:"+computer)
\ 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