@languid flint
#carparking
1 messages · Page 1 of 1 (latest)
So what do you need help with?
@languid flint
i still can't send it
Click the link
@languid flint
do i have to log in into github
It does
If you clicked the link and can't see it, there might be an issue on your end
Everyone else can see it
ohh okay then it does
this is the most likely solution
eh gh is weird
oh so you guys can see it
Yes we can
We’re not going to do the assignment for you, we can answer specific questions you may have though.
I tried to do the assignment but I understand nothing
and im a while busy with it
and its a python beginner assignment i think if you guys did it you will be done in. maximum 10 minutes
But it's not ours...
What will you learn if we do it for you?
okay you're right but can you atleast explain the assignment because i dont understand
What part in particular don’t you understand?
my first question is what's the difference between the two methods :get_machine_fee_by_day that receives the car_parking_machin_id as str (case-insensitive) and a search_date as str with format (DD-MM-YYYY). It should return the total parking fee for a specific car parking machine on a specific day rounded up to two decimals.get_total_car_fee that receives the license_plate as str and returns the total fee independent of the car parking machine used and should be rounded up to two decimals
Get machine fee by day is for one machine on a single day. Get total car fee is for a single car and gets the fees for all car parking machines that car parked at
and how do I do that
Do you have the parking data stored somewhere? In a json, or csv file for example?