Posts by Luan de Almeida • 13 points
1 post
-
1
votes1
answer46
viewsQ: How to convert 10:00:00 to 10
I’m making a program that calculates time and multiplies by a value. However, using the library datetime, i get time in format "10:00:00", and if I multiply by 14.00 it returns me an error, because…