data-structures-algorithms-python
data-structures-algorithms-python copied to clipboard
Updated 3_odd_even_numbers.py
here in line 5 added max + 1 in case max is itself an odd no. so it must be added as well in the odd_number list.