Commit de4c1c51 by BellCodeEditor

save project

parent 3a044b6a
Showing with 5 additions and 0 deletions
import random
people=input("玩家姓名")
player=input("请出拳(可以出石头剪刀布)")
print(people+"出"+player)
caiquan=["石头","剪刀","布"]
a=random.choice(caiquan)
print("我出"+a)
\ 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