Dies ist ein Test Artikel. Das hier ist der Excerpt.
Hallo Welt! Here's to new beginnings!
test.py
friends = ['john', 'pat', 'gary', 'michael']
for i, name in enumerate(friends):
print (f"iteration {i} is {name}")Dies ist ein Test Artikel. Das hier ist der Excerpt.
Hallo Welt! Here's to new beginnings!
friends = ['john', 'pat', 'gary', 'michael']
for i, name in enumerate(friends):
print (f"iteration {i} is {name}")