Commit b2ed588c by BellCodeEditor

save project

parent 78529298
Showing with 3 additions and 3 deletions
......@@ -4,7 +4,7 @@ print("玩家出拳:"+player)
import randon
import random
list=["石头","剪刀","布"]
computre=randon.choice(list)
print(computer)
computre=random.choice(list)
print(computre)
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