Posts by Nando Oliveira • 19 points
1 post
-
1
votes1
answer68
viewsQ: Logic expression that controls repetition
I’m solving a Python exercise that asks the user to give a guess, on what number the program got to pc randomly. from random import randint tent = int(input('PALPITE:')) pc = randint(0,4) cont = 0…