Posts by ricardojfsp • 43 points
2 posts
-
2
votes1
answer514
viewsQ: Fractions of 15 minutes in the PHP time log
I have a billing system for hours which I am trying to make charges for fractions of 15 min. It takes the difference of the time of entry and exit and adds the remaining time, example: Check-in…
-
1
votes1
answer92
viewsQ: List as function input
In Python 3.7 items of a list can be arguments of a function? def media(x,y,z): lista = [7,8,9]