Ask the user for their first name and last name using input(). Then print out: Hello <firstname> <lastname>, welcome to Python class!
input()
Hello <firstname> <lastname>, welcome to Python class!