3 lines
38 B
Python
3 lines
38 B
Python
|
|
for node in lst:
|
||
|
|
print node.value
|