Answers for "python function that we can use to get an input to out python program from the user? input"

4

how to get input from user in python

name = input("Enter your name: ")
print(f'Hello {name}')
Posted by: Guest on September-07-2021

Code answers related to "python function that we can use to get an input to out python program from the user? input"

Python Answers by Framework

Browse Popular Code Answers by Language