pruebapython

from datetime import date today = date.today() date = today.strftime(«%d – %m – %Y») print(‘La Fecha de Hoy es:’, date)