Skip to content
Snippets Groups Projects
Commit 6be5488c authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Modification of example files in L16.

parent 74b0848d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,3 @@ L1 = [x*2 for x in range(1, 11)]
L2 = [x*2 for x in range(1, 11) if x*2 >= 12]
# List Comp to find List Length
def length(xs):
return sum([1 for x in xs])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment