Commit a217b22d by BellCodeEditor

save project

parent 07f357be
Showing with 1 additions and 0 deletions
......@@ -3,6 +3,7 @@ print("玩家出拳:"+player)
import random
list=["石头","剪刀","布"]
comruter=random.choice(list)
if player in list:
print(comruter)
if player==computer:
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