May 2022 1 13 Report
Dokończ pisanie kodu gry papier nożyce kamień
from random import randint
przedmioty=["kamień","nożyce","papier"]
#losowanie przedmiotu
los=randint(0,2)
print przedmioty[los]
print "0-kamień,1-nożyce,2-papier"
x=int(input("podaj przedmiot"))
print "podałeś:",przedmioty[x]
####################
if x==los:
print "remis"
###############
if x==0:
if los==1:
print "wygrałeś"
elif los==2:
print "przegrałeś"
###############
if x==1:
if los==2:
print "wygrałeś"
elif los==0:
print "przegrałeś"


pomocy dam naj

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.