No description provided.
# Problem Set 0 # Name: Pinio # Collaborators: none # Time: 1 # lastName = str(raw_input("Enter your last name: ")) firstName = str(raw_input("Enter your first name: ")) print(firstName) print(lastName)