Answers for "input function python library"

3

input python

name = input("Enter your name: ")

#Printing the variable (name)
print("hello",name)
Posted by: Guest on September-30-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

Code answers related to "input function python library"

Python Answers by Framework

Browse Popular Code Answers by Language