# Lists are one of built in data types in python used to store collections of data,
# other 3 are tuple, set and dictionary all with with different qualities and usage.
(the above two line will throw error of line too long.)
thislist = ["apple", "banana", "cherry"]
print(thislist)
I do not want the error while writing a long line.
I want to keep the line long.