Answers for "how to say hello with name in python"

1

how to say hello with name in python

name = input("what is your name")

print("Hello "+name)
Posted by: Guest on January-27-2021

Code answers related to "how to say hello with name in python"

Python Answers by Framework

Browse Popular Code Answers by Language