Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I don't know why the system is not running correctly File Edit View Navigate Code Refactor Run Tools VCS Window Help python Project 10 -
I don't know why the system is not running correctly
File Edit View Navigate Code Refactor Run Tools VCS Window Help python Project 10 - project.py - X python Project 10 te project.py project a Project Project A8 A 2 python Project 1 te project.py > lilli External Libraries Scratches and Consoles 4 5 6 7 8 project.py X due_amount=int(input("Due amount: 2500")) amount_received = int(input("Customer given amount: 3000")) pennies amount_received-due_amount dollars = pennies//100 pennies = pennies % 100 quarters = pennies // 25 pennies = pennies % 25 dimes = pennies // 10 pennies = pennies % 10 nickel = pennies // 5 pennies=pennies % 5 print("Dollars:" dollars) print("Quarters:" quarters) print("Dimes:" dimes) print("Nickel:" nickel) print("Pennies:"w.pennies) 9 10 11 12 13 14 15 16 Run: project x Due amount: 2500 1. Structure If | * Favorites Run E TODO Problems Terminal Python Console a Event Log 17:1 CRLF UTF-8 4 spaces Python 3.9Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started