An open API service indexing awesome lists of open source software.

https://github.com/candytale55/append_sum___sum-the-3-last-items-in-a-python-list

append_sum takes one parameter (lst) and it should add the last two elements of lst together and append the result to lst. It should do this process three times and then return lst.
https://github.com/candytale55/append_sum___sum-the-3-last-items-in-a-python-list

Last synced: 10 months ago
JSON representation

append_sum takes one parameter (lst) and it should add the last two elements of lst together and append the result to lst. It should do this process three times and then return lst.

Awesome Lists containing this project