Hello, so I’m currently working on a Point-of-Sale device, however, it seems like I cannot figure out to how to properly get the average of a number. What I used so far is print(361/60) or print(361/3600).
The problem is that 60 seconds only returns with what it did in the past 1 minute. 3600 seconds on the other hand, returns 0 for numbers below 3600.
Does anyone know how I can make this work properly?
