#
Question Text#
Create a function called {{params_vars_fname}}
that has five parameters named budget
, food_bill
, electricity_bill
, internet_bill
, and rent
. These parameters will always be positive integers.
Your function should return {{params_vars_outcomes_0}}
if budget
is less than the sum of the other four parameters.
Your function should return {{params_vars_outcomes_1}}
if budget
is greater than the sum of the other four parameters.
Your function should return {{params_vars_outcomes_2}}
if budget
is exactly equal to the sum of the other four parameters.
Answer Section#
pl-submission-panel#
Attribution#
Problem is licensed under the CC-BY-NC-SA 4.0 license.