Commit c7120917 by BellCodeEditor

save project

parent 2d7ce0cb
Showing with 8 additions and 3 deletions
sd=input("请出拳(石头、剪刀、布):") sd=input("请出拳(石头、剪刀、布):")
print("玩家出拳"+sd) print("玩家出拳"+sd)
\ No newline at end of file import random
list=["石头","剪刀","布"]
computer=random.choice(list)
print(computer)
\ No newline at end of file
a=input("请输入你的名字") a=input("请输入你的名字(勇者传说)")
print("你好"+a) print("你好"+a)
\ 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