import shop total = 0 total = shop.ring_up(total,"fudge",3.25) total = shop.ring_up(total,"bag of lemons",1.25) total = shop.ring_up(total,"instant tea",1.89) print "total =",total