Posted on 29th April 2025|55 views
Can anyone explain me about thr list in python
Posted on 29th April 2025| views
A list is a data structure within Python which is mutable, here is the example of creating a list in Python
My_list = ["hi", "this", "is", "mindmajix"]