Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/12/2014, 21:21
tapiadiego335
 
Fecha de Ingreso: noviembre-2014
Mensajes: 50
Antigüedad: 9 años, 5 meses
Puntos: 0
Respuesta: [Ayuda]Insertar desde Python un date en Mysql

Código Python:
Ver original
  1. a  = input ("Ingrese año:")
  2. m = input ("Ingrese mes:")
  3. d  = input ("Ingrese dia")
  4.  
  5. fecha_nacimiento = datetime.date("a", "m", "d")
  6.  
  7. print fecha_nacimiento
Eso me da mal