|
@ -27,7 +27,7 @@ List |
|
|
sum(<list>) |
|
|
sum(<list>) |
|
|
sorted_by_second = sorted(<list>, key=lambda el: el[1]) |
|
|
sorted_by_second = sorted(<list>, key=lambda el: el[1]) |
|
|
flattened_list = [item for sublist in <list> for item in sublist] |
|
|
flattened_list = [item for sublist in <list> for item in sublist] |
|
|
list(<str>) # Creates a list of chars. |
|
|
|
|
|
|
|
|
list_of_chars = list(<str>) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|