Answer the question
In order to leave comments, you need to log in
How to display the current value of minutes and hours?
import datetime
print(datetime.date.today().month,
"/", datetime.date.today().day,
"/", datetime.date.today().year,
"_", datetime.time().hour,
":", datetime.time().minute)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question