8 lines
66 B
Python
8 lines
66 B
Python
>>> for e in a: # Pythonic
|
|
... print(e)
|
|
...
|
|
ant
|
|
bat
|
|
cat
|
|
42
|