Answers for "input by the user python"

3

input python

name = input("Enter your name: ")

#Printing the variable (name)
print("hello",name)
Posted by: Guest on September-30-2020

Code answers related to "input by the user python"

Python Answers by Framework

Browse Popular Code Answers by Language