Python ask for name and print greeting

Vinci Sharma
Apr 22, 2021

--

The challenge is to ask the user for their name and print a greeting for the user. This makes use of two functions from the Python standard library print and input. Below is the sample solution.

You can view more Python challenges here. If you like what you see and want to read more, please follow me on Medium or connect with me on LinkedIn.

--

--