Commit e4721ed8 by BellCodeEditor

save project

parent ec559750
Showing with 6 additions and 6 deletions
# 玩家出拳
while True:
sad = input("石头/剪刀/布:")
print("玩家出拳" + sad)
import random
jin=["石头","剪刀","布"]
hello = random.choice(jin)
print(hello)
\ No newline at end of file
while True:
sad = input("石头/剪刀/布:")
print("玩家出拳" + sad)
hello = random.choice(jin)
print(hello)
\ 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