#carparking

1 messages · Page 1 of 1 (latest)

dull gorgeBOT
#

@languid flint

mina Uploaded Some Code

question

Uploaded these files to a Gist
nocturne yoke
#

So what do you need help with?

dull gorgeBOT
#

@languid flint

mina Uploaded Some Code
Uploaded these files to a Gist
languid flint
#

i still can't send it

twin robin
dull gorgeBOT
#

@languid flint

mina Uploaded Some Code
Uploaded these files to a Gist
languid flint
#

but looks like it still doesnt work

kindred linden
languid flint
#

do i have to log in into github

kindred linden
#

this is where your code is

#

other people can see it

twin robin
#

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

languid flint
#

ohh okay then it does

kindred linden
vernal owl
#

I don't see why you would need to log into gh

kindred linden
#

eh gh is weird

languid flint
#

oh so you guys can see it

vernal owl
#

Yes we can

languid flint
#

okay should I give my assignment now

nocturne yoke
#

We’re not going to do the assignment for you, we can answer specific questions you may have though.

languid flint
#

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

twin robin
#

But it's not ours...

vernal owl
#

What will you learn if we do it for you?

languid flint
#

okay you're right but can you atleast explain the assignment because i dont understand

nocturne yoke
#

What part in particular don’t you understand?

languid flint
#

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

nocturne yoke
#

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

languid flint
#

and how do I do that

nocturne yoke
#

Do you have the parking data stored somewhere? In a json, or csv file for example?