Commit c26b0548 by BellCodeEditor

save project

parent be1965ce
Showing with 1 additions and 1 deletions
...@@ -5,4 +5,4 @@ print("玩家出拳:"+playerchoice) ...@@ -5,4 +5,4 @@ print("玩家出拳:"+playerchoice)
import random import random
list=["剪刀","石头","布"] list=["剪刀","石头","布"]
computerchoice=random.choice(list) computerchoice=random.choice(list)
print("电脑出拳:"+computerchoice") print("电脑出拳:"+computerchoice)
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