DEV Community

Discussion on: Py in 5: Lambda Functions

Collapse
 
thebouv profile image
Anthony Bouvier

Nice article. Minor typo:

list_cubed.append(num_cubed(num) is missing a ending paren in second code example.

Collapse
 
kaelscion profile image
kaelscion

thank you so much! I noticed that and the fact that I wrote "for x in list" a lot rather than "in list_normal". The typo you noticed and the one I just mentioned have been updated. Thank you so much for catching it!

Collapse
 
thebouv profile image
Anthony Bouvier

Awesome! Was just about to edit to point out the list/list_normal thing too.