Skip to content

Commit 8c99727

Browse files
committed
extra credit - added list of list functions
1 parent c44a97e commit 8c99727

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ex32.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323

2424
# now we can print them out too
2525
for i in elements:
26-
print "Element was: %d" % i
26+
print "Element was: %d" % i
27+
28+
# Other list functions: append, extend, insert, remove, pop, index, count, sort, reverse

0 commit comments

Comments
 (0)