Python
Copy
# Examples of lists in Python
fruits
=
[
'apple'
,
'banana'
,
'orange'
]
numbers
=
[
1
,
2
,
3
,
4
,
5
]