A short video walking through the #python #forloop
Here is the code from the video:
for x in range( 1,10):
print(x)
for y in (1,2,3,4,"A","B","C"):
print(y)
print(x)
somelist = ["a","b","c"]
for someitem in somelist:
print( someitem )
for x in somelist:
for y in (1,2,3):
print(x,y)
for item in ["a","b","c"]:print(item)
for x in somelist:
for y in (1,2,3):
print(x,y)
En esta página del sitio puede ver el video en línea Python For Loop. de Duración hora minuto segunda en buena calidad , que subió el usuario Life on Linux 29 febrero 2024, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 26 veces y le gustó 0 a los espectadores. Disfruta viendo!