how to respond to a number in python code example
Example: how to respond to a number in python
variablename = int(input('Text You Want'))
if variablename == 1:
print('You Typed 1')
variablename = int(input('Text You Want'))
if variablename == 1:
print('You Typed 1')