[[...]]

Michal Bozon bozon at natur.cuni.cz
Fri Mar 17 08:49:23 EST 2000


# Hi.
#
# I tried following:

>>> a = []
>>> a.append(a)
>>> a
[[...]]

# What does it mean?
# Then I tried:

>>> a[0].append(a)
[[...], [...]]


# And now I understand completely nothing
#
# Michal Bozom
# bozon at natur.cuni.cz
#





More information about the Python-list mailing list