Answers for "how to respond to a number in python"

0

how to respond to a number in python

variablename = int(input('Text You Want'))

if variablename == 1:
    print('You Typed 1')
Posted by: Guest on April-04-2021

Code answers related to "how to respond to a number in python"

Python Answers by Framework

Browse Popular Code Answers by Language