Commit 286a9b5f by BellCodeEditor

save project

parent 5c3dcab7
Showing with 7 additions and 3 deletions
sb=input("出什么?")
print("你出"+sb)
ink = input("你要出什么?")#绘制五角星#
print("玩家出了"+ink)
\ No newline at end of file
import random
com=["石头","剪刀","布"]
sss=random.choice(com)
print("人机出了"+sss)
\ 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