Commit d4f33cef by BellCodeEditor

auto save

parent 35e54b35
Showing with 7 additions and 0 deletions
import random
player=input("rock,paper,scissors:")
list=['rock','paper','scissors']
computer=random.choice(list)
if player not in list:
print("chongxinshuru")
elif player="rock"and computer="scissors"or player=
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