Commit 978385cf by BellCodeEditor

save project

parent 17d0e687
Showing with 8 additions and 3 deletions
name=input("请出(石头、剪刀、布")
print()
\ No newline at end of file
name=input("请出(石头/剪刀/布)")
print("玩家:"+name)
import random
a=["(石头/剪刀/布)"]
com=random.choice(a)
print("人机:"+com)
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