Commit 686687c8 by BellCodeEditor

save project

parent f3c0a842
Showing with 10 additions and 2 deletions
{
"python.formatting.provider": "yapf"
}
\ No newline at end of file
import random
H=input("你出啥?")
list=random
\ No newline at end of file
print("玩家出"+H)
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