EXERCISES
Completion requirements
beginner-friendly exercises based on the topics you’ve covered.
2. 2. String Formatting
Ask the user for their first name and last name using input().
Then print out:
Hello <firstname> <lastname>, welcome to Python class!