CHALLENGE ACTIVITY 6.12.1: Function arguments. ☐ ☐ 568844.4228274.qx3zqy7 Jump to level 1 current balance and total_cost are read from input. estimate_balance() has two parameters balance_on_card and total_receipt, and outputs the difference of balance_on_card and total_receipt. Call estimate_balance() to output the difference of current balance and total_cost without modifying current_balance. ▼Click here for example Ex: If the input is: 29.67 24.65 then the output is: Predicted balance: 5.02 Current balance: 29.67 1 def estimate_balance (balance_on_card, total_receipt): 2 3 print (f'Predicted balance: {balance_on_card - total_receipt:.2f}') 4 current_balance = float(input()) 5 total cost float(input()) 6 7 Your code goes here 8 9 print (f' Current balance: {current_balance}')

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Don't use ai to answer I will report your answer Solve it asap and add explanation
CHALLENGE
ACTIVITY
6.12.1: Function arguments.
☐ ☐
568844.4228274.qx3zqy7
Jump to level 1
current balance and total_cost are read from input. estimate_balance() has two parameters balance_on_card and total_receipt,
and outputs the difference of balance_on_card and total_receipt. Call estimate_balance() to output the difference of
current balance and total_cost without modifying current_balance.
▼Click here for example
Ex: If the input is:
29.67
24.65
then the output is:
Predicted balance: 5.02
Current balance: 29.67
1 def estimate_balance (balance_on_card, total_receipt):
2
3
print (f'Predicted balance: {balance_on_card - total_receipt:.2f}')
4 current_balance = float(input())
5 total cost float(input())
6
7
Your code goes here
8
9 print (f' Current balance: {current_balance}')
Transcribed Image Text:CHALLENGE ACTIVITY 6.12.1: Function arguments. ☐ ☐ 568844.4228274.qx3zqy7 Jump to level 1 current balance and total_cost are read from input. estimate_balance() has two parameters balance_on_card and total_receipt, and outputs the difference of balance_on_card and total_receipt. Call estimate_balance() to output the difference of current balance and total_cost without modifying current_balance. ▼Click here for example Ex: If the input is: 29.67 24.65 then the output is: Predicted balance: 5.02 Current balance: 29.67 1 def estimate_balance (balance_on_card, total_receipt): 2 3 print (f'Predicted balance: {balance_on_card - total_receipt:.2f}') 4 current_balance = float(input()) 5 total cost float(input()) 6 7 Your code goes here 8 9 print (f' Current balance: {current_balance}')
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education