first_name = "replace with your first name" last_name = "replace with your last name" print("Name: " + first_name + " " + last_name) print("Activity 1.12") # Example 1 # Example 2 # Example 3 # Problem 1 # Problem 2 # Problem 3 # Problem 4
Last updated 8 months ago