Compute Order Total with zip()
Final zip() challenge: Pair prices and quantities with zip() and compute the overall total. Create a variable named total_cost that equals the sum of price * quantity for all pairs.
Premium
Python
Setting up Python environment... Output