Commit 85aeb7f2 by BellCodeEditor

save project

parent aae6e91a
Showing with 6 additions and 2 deletions
import random
a=["rock","paper","things"]
thing=input(("rock"" paper"" tings"))# 玩家出拳 thing=input(("rock"" paper"" tings"))# 玩家出拳
print("thing") print(thing)
\ No newline at end of file w=random.choice(a)
print(w)
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