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

Pubblicato il: 01 gennaio 2023
sul canale di: 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


In questa pagina del sito puoi guardare il video online Part 7 | Python Programming | Creating a for loop using tuples della durata di ore minuti seconda in buona qualità , che l'utente ha caricato oOSylarTechOo 01 gennaio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 147 volte e gli è piaciuto 3 spettatori. Buona visione!