Python
May 20, 2018
How to Check if a number is Odd or Even in Python 3
In this post, we will learn how to check whether a number entered by the user is even or odd.
You must have a basic knowledge of Operator and Control Statement in Python!
We...