# variables

Add Up the Shopping Cart

Three items just got added to a shopping cart. Add up their prices using a variable! 🛒

You're given three prices. Store their sum in a variable called total, then print it.

💡 need a hint?

var-save-the-total.py🔒 given lines are locked — write your code in between
loading...