Answers for "how to ask a question in python to a suer"

1

how to ask a question in python

variable = input('How are you doing?')

#for a number response
variable1 = int(input('How old are you?'))
Posted by: Guest on January-28-2021

Code answers related to "how to ask a question in python to a suer"

Python Answers by Framework

Browse Popular Code Answers by Language