Код: Выделить всё
import random
yw="you win"
yl="you lose"
yt="you tie"
uw=0
pw=0
ps=random.randint(1,3)
print("btw computer choices are displayed as 1,2,3. 1=rock, 2=scissors, 3=paper")
while (uw
Подробнее здесь: [url]https://stackoverflow.com/questions/78614885/taking-a-coding-camp-just-having-trouble-with-my-elifs[/url]