Commit dc34c3a4 by BellCodeEditor

save project

parent 048f2766
Pipeline #11527 failed in 0 seconds
Showing with 5 additions and 0 deletions
a=input("输入石头、剪刀或布")
print("玩家"+a)
import random
b=["石头","剪刀","布"]
c=random.choice(b)
print("电脑"+c)
\ 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