Answers for "say hello to someone in python"

0

say hello to someone in python

name = input('What is your name?')
print(f'Hello {name} !')
Posted by: Guest on April-04-2020

Code answers related to "say hello to someone in python"

Python Answers by Framework

Browse Popular Code Answers by Language