Commit 8deea80c by BellCodeEditor

save project

parent 0c61cca4
Showing with 1 additions and 6 deletions
......@@ -3,9 +3,4 @@ print("玩家出拳:"+player)
import random
name=["石头","剪刀","布"]
compture=random.choice(name)
print(compture)
print("电脑出拳:"+compture)
import random
name=["石头","剪刀","布"]
compture=random.choice(name)
print(compture)
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