Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
c=0 numero=0 while c<10: if(numero%2!=0 and numero%3==0): print("el numero es: ",numero) c+=1 numero=numero+1