Posts by VasconceloJr • 11 points
1 post
-
0
votes3
answers158
viewsQ: Access a value on an if condition
Is there any way to access a value passed on the condition of a if? For example: a = int(input('Digite um numero: ')) b = int(input('Digite outro numero: ')) if((a-b) > 0): print(f'O numero…