2022-11-13 10:39:28 -08:00

8 lines
66 B
Python

>>> for e in a: # Pythonic
... print(e)
...
ant
bat
cat
42