Commit b8b1b41c by BellCodeEditor

save project

parent 3cde39c3
Showing with 4 additions and 0 deletions
import random
piayer=input("你出什么?") piayer=input("你出什么?")
print("我出"+piayer) print("我出"+piayer)
list=["剪刀","石头","布"]
computer=random.choice(list)
print("电脑"+computer)
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