Commit bc9c4db8 by BellCodeEditor

save project

parent 23dfff73
Showing with 9 additions and 0 deletions
# 玩家出拳
choice = input("What is your choice?")
Choice = choice.title()
print("Player's choice is:"+Choice)
import random
list = ["Rock","Paper","Scissors"]
letter = random.choice(list)
print("Computer's choice is:"+letter)
\ 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