Lists
Lists are like arrays in which you can store the data.
You can initialise a list with this syntax
customer_list = ['Apple', 'Google', 'Meta']
First value can be accessed as customer_list[0]
Last updated 2 months ago
Was this helpful?