Answers for "python for input"

3

input python

name = input("Enter your name: ")

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

Python Answers by Framework

Browse Popular Code Answers by Language