Kent Johnson wrote: > my_list.extent(range(3, 6))
should be my_list.extend(range(3, 6)) Kent _______________________________________________ Tutor maillist - [email protected] 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 - [email protected] http://mail.python.org/mailman/listinfo/tutor