Quiz Question 1 of 2
What would be the output produced from this code?
action = "got"
exclamation = "You " + action
exclamation += " this!"
print(exclamation)
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.