I need help making a list in python.
You say list name then .append"_____"and that will add something to the end of your list and saying ________fruits[4]="MANGO"will add mango in your list.
How do we make a list on python?
I need help making a list in python.
You say list name then .append"_____"and that will add something to the end of your list and saying ________fruits[4]="MANGO"will add mango in your list.