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

Projects in Awesome Lists tagged with odd-numbers

A curated list of projects in awesome lists tagged with odd-numbers .

https://github.com/chiragobhan/jquery-evenodd

Webpage build with HTML, CSS and jQuery which displays whether the entered number is even, odd or prime.

even-numbers even-odd javascript jquery odd-numbers prime-numbers

Last synced: 29 Mar 2025

https://github.com/candytale55/odd_indices_py

Function odd_indices() takes one parameter named lst. The function should create a new empty list and add every element from lst that has an odd index. The function should then return this new list. For example, odd_indices([4, 3, 7, 10, 11, -2]) should return the list [3, 10, -2].

codecademy list-manipulation lists-python odd-numbers range

Last synced: 31 Mar 2025