Question: How do I solve this problem? Chicken TenderBasket.py 1 2 total = 2.51 B 4 #You may modify the lines of code above, but don't

How do I solve this problem?
Chicken TenderBasket.py 1 2 total = 2.51 B 4 #You may modify the lines of code above, but don't move them! 5 #When you submit your code, we'll change these lines to 6 #assign different values to the variables. 7 8 #The code below attempts to print the message: 10 #Thank you for coming to Junior's. Your total is $2.51. 11 12 #Right now, however, the code is broken because the variable 13 #total must be converted to a string before printing. 15 #Fix the code below! You may fix it however you want. 17 print("Thank you for coming to Junior's. Your total is $" + total + ".") 18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
