Premetto che possa essere errato e miglioratocodice:years = range(80, 95) months = range(1, 12) days = range(1, 30) for i in years: for j in months: for k in days: print k + "/" + j + "/" + i
![]()
Premetto che possa essere errato e miglioratocodice:years = range(80, 95) months = range(1, 12) days = range(1, 30) for i in years: for j in months: for k in days: print k + "/" + j + "/" + i
![]()