Result Size:
625 x 571
demo_ref_list.py:
x = list(('apple', 'banana', 'cherry')) print(x)
x
x
=
list
((
'apple'
,
'banana'
,
'cherry'
))
print
(
x
)
C:\Users\My Name>python demo_list.py
['apple', banana', 'cherry']