Commit 1360df3b by BellCodeEditor

save project

parent 4eb82f20
Showing with 6 additions and 2 deletions
import random
abc=input("石头,剪刀,布")
print("玩家先出"+abc)
\ No newline at end of file
print("玩家先出"+abc)
list1=["石头""剪刀""布"]
a=random.choice(list1)
print("jiqi先出"+a)
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