Part 7 | Python Programming | Creating a for loop using tuples

Publicado el: 01 enero 2023
en el canal de: oOSylarTechOo
147
3

This is part 7 of a series of python coding that I am having fun with and want to show others that are interested or stuck.

Code Example:

#Creating a for loop using tuples

#Create the tuple
mytuple = ("apple", "banana", "cherry")

for x in mytuple:
print(x)

#for loop for each letter in a word
mytuple = ("banana")

for x in mytuple:
print(x)

#python #pythonprogramming #pythontutorial #pythonforbeginners #shorts

Music: Paid Subscription with Wondershare Filmora


En esta página del sitio puede ver el video en línea Part 7 | Python Programming | Creating a for loop using tuples de Duración hora minuto segunda en buena calidad , que subió el usuario oOSylarTechOo 01 enero 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 147 veces y le gustó 3 a los espectadores. Disfruta viendo!