Commit 1ff3a956 by BellCodeEditor

save project

parent ed9447df
Showing with 4 additions and 0 deletions
import random
player=input("paper,scissors......(paper/scissors/rock)") player=input("paper,scissors......(paper/scissors/rock)")
print("player:"+player)# 玩家出拳 print("player:"+player)# 玩家出拳
list["paper","scissors","rock"] list["paper","scissors","rock"]
com=random.choice(list)
print("computer:"+com)
\ 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