Kent Johnson wrote: > my_list.extent(range(3, 6))
should be my_list.extend(range(3, 6)) Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
Kent Johnson wrote: > my_list.extent(range(3, 6))
should be my_list.extend(range(3, 6)) Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor