Answers for "what is the type of input in python 3"

17

python input

# The function 'input()' asks the user for input
myName = input()
Posted by: Guest on February-21-2020
11

python input function

answer = input('What is your name?')
Posted by: Guest on April-24-2020

Code answers related to "what is the type of input in python 3"

Python Answers by Framework

Browse Popular Code Answers by Language