Fill in the Blanks 4to BACO Unidad II 2016Online version Examen Unidad II Programación by Mario Josué Israel Diaz Batres 1 in print i print 0 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