Answers for "input type in python 3"

11

python input function

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

input python 3

answer = input("What is your name? ")
print(f"Your name is {answer}")
Posted by: Guest on December-01-2020

Python Answers by Framework

Browse Popular Code Answers by Language