Compléter 4to BACO Unidad II 2016Version en ligne Examen Unidad II Programación par Mario Josué Israel Diaz Batres 1 i print in 0 print i = numbers = [ ] while i < 6 : " At the top i is %d " % i numbers . append ( i ) i = + 1 print " Numbers now : " , numbers print " At the bottom i is %d " % i " The numbers : " for num numbers : print nu m