100% Free ForeverStart Learning
Coding Practice๐ Say Hello
Free ยท No limits
๐EasyPython
Say Hello
Write a function called `greet` that takes a name (string) and returns a greeting message. For example: โข greet("Alex") โ "Hello, Alex!" โข greet("World") โ "Hello, World!"
Expected Output
Hello, Alex!
Hello, World!
No time limit, no lives, no coins. Run your code as many times as you want.
solution.py
1
2
3
4
5
6
7
Output
Run your code to see output here...