Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to say hello with name in python

name = input("what is your name")

print("Hello "+name)
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
2+7 =