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

https://github.com/candytale55/every-three-numbers---python

Create a function called every_three_nums that has one parameter named start. The function should return a list of every third number between start and 100 (inclusive).
https://github.com/candytale55/every-three-numbers---python

Last synced: 10 months ago
JSON representation

Create a function called every_three_nums that has one parameter named start. The function should return a list of every third number between start and 100 (inclusive).

Awesome Lists containing this project