Commit 0a740f58 by BellCodeEditor

save project

parent d9f9f9e3
Showing with 4 additions and 3 deletions
j=input("石头、剪刀、布") j=input("石头、剪刀、布")
print(j) print(j)
list("石头,剪刀,布") list["石头,剪刀,布"]
random k=random.choice(list)
\ No newline at end of file print(k)
\ 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