Commit 6ab3da94 by BellCodeEditor

save project

parent a072d737
Showing with 9 additions and 2 deletions
a=input("出拳")
print(a+"jhs")
import random
list=["剪刀","石头","布"]
a=random.choice(list)
print(a)
\ No newline at end of file
a=input("出拳")
print(a+"jhs")
\ No newline at end of file
print(a+"jhs")
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