I need help making a list in python.
Making a list is simple, just name the list a variable and put all its values in these: []. So an example is:
[]
fruits = ["orange","apple","grape","pear"]
Mark this as the answer if was helpful or userful.
How do we make a list on python?
I need help making a list in python.
Making a list is simple, just name the list a variable and put all its values in these:
[]
.So an example is: