Commit 1a934de3 by BellCodeEditor

save project

parent e77c7e8b
Showing with 4 additions and 2 deletions
import random
player=input("石头,剪刀,布") player=input("石头,剪刀,布")
print("玩家"+player) print("玩家"+player)
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
random.choise(list) d=random.choice(list)
\ No newline at end of file print("计算机"+d)
\ 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