Commit f7bb2dd7 by BellCodeEditor

save project

parent 1c0619cc
Showing with 2 additions and 1 deletions
import random
player=input("paper,scissors......(paper/scissors/rock)")
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