list in python

1 min read
list is a mutable collection of element\
my_list=[1,3,"hello","rashi"]
print(my_list)
0
Subscribe to my newsletter
Read articles from Rashi singh directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
