Understanding append list function in python

preview_player
Показать описание
📌append function use = it is use to add some data in list
📌how to use append function=to use append function you want a list and then if you want to add some thing in the list without changing the list like 👇👇

input

list['plz','sub','to']
print(list)

output

['plz','sub','to','code with Shashank']
Рекомендации по теме