4 lines
87 B
Text
4 lines
87 B
Text
V things = [‘Apple’, ‘Banana’, ‘Coconut’]
|
||
|
||
L(thing) things
|
||
print(thing)
|