Skip to content

Instantly share code, notes, and snippets.

import random
print('Welcome to stone,paper,scissor')
print('Enter 1 to play')
p=int(input())
while (p==1):
sumu=sumc=0
s=True
while(s):
p=2
print('Enter 1 for stone \nEnter 2 for paper \nEnter 3 for scissor')