Commit cb415720 by BellCodeEditor

save project

parent aa7841c5
Showing with 7 additions and 0 deletions
...@@ -5,3 +5,10 @@ import random ...@@ -5,3 +5,10 @@ import random
list=['a,b,c'] list=['a,b,c']
computer=random.choice(list) computer=random.choice(list)
print(computer) print(computer)
if player== computer:
print('pj')
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