Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

how do i move the semicolon and period in python Ise: print(You entered:, choice) print(How much are you paying?) cost=int(input()) print(You have paid: ( $

how do i move the semicolon and period in python
image text in transcribed
image text in transcribed
Ise: print("You entered:", choice) print("How much are you paying?") cost=int(input()) print("You have paid: \( \$ " \)quot;quot; ", cost) actual_cost=services [choice] if(cost:$, actual_cost) print("You are getting \( \$ " \), change, "change back from your $ s. ", cost) When done developing your program, press the Submit for grading submit your program for auto-grading. Enter desired auto service: You entered: oil change How much are you paying? You have paid: \$41 Cost of oil change : $35 You are getting $6 ch ge back from your $.41 Enter desired auto service: You entered: oil change How much are you paying? You have paid: \$41 Cost of oil change: \$35 You are getting $6 change back from your $41

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago