Home / Python Tips Generated By ChatGPT / Using Lists for Sequence Data in Python Store multiple items in a single variable with lists. Source Code my_list = [1, 2, 3, 4, 5] print(my_list)