# Newbie warning
I am making a timeline program. It is fairly simple.
I base it on appending lists to a list.
Ex.
[[year1, "headline1", "event text1"], [year2, "headline2", "event text2"]]

This seemed like a brilliant idea when I did it. It is easy to sort.
Now, if I want to OUTPUT it, how do I indicate that I want to extract
first entry in a list in a list? How do I print the separate entries?

Yours,
Morten

__
http://mjj.slacking.dk
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to