how to ask a question in python to a suer code example
Example: how to ask a question in python
variable = input('How are you doing?')
#for a number response
variable1 = int(input('How old are you?'))
variable = input('How are you doing?')
#for a number response
variable1 = int(input('How old are you?'))