EXERCISES

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!