Finding and displaying all odd numbers using Python
Sometimes even an easiest task can be daunting especially when you have just started learning a programming language. This tutorial is for python programmers who have started learning the language. What is an odd number? Mathematically speaking, if a number is not fully divisible by 2 then it is an odd number. To check whether… Read More »