DATETIME IMPRIMENTO A hora atual

import datetime
current = datetime.datetime.today()

print(current)
Angel Infante Salazar