Practice Exercises
Apply what you've learned with hands-on coding challenges
Hello World
Write a function that returns the string "Hello, World!"
Output:
Number Guessing Game
Write a function that generates a random number between 1 and 100. The user will guess the number, and after each guess, they will be told whether their guess is too high, too low, or correct.
Output:
Palindrome Checker
Write a function that checks if a given string is a palindrome.