Posts by Gabriel Domene • 11 points
2 posts
-
0
votes1
answer696
viewsA: Convert time to number seconds without decimal part
Reading your code and testing it, the answer is an integer value even because there is no way to get float if you are converting at the end, in any case I set an example just to compare, I used the…
pythonanswered Gabriel Domene 11 -
1
votes0
answers825
viewsQ: How to take data from different tables and insert into a new
Good evening, I’m doing a job for a course subject and in it I have to work with three tables, in my case I use a table customer registration, a second table car registration and the third would be…