Answers for "def input in python"

11

python input function

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

input function python

make_a_variable_name = input("Put whatever question, or prompt as Python calls it, that the person will answer here.")
Posted by: Guest on January-23-2021

Python Answers by Framework

Browse Popular Code Answers by Language