News

Contribute to sravya2205/python-examples-if-elif-else-for development by creating an account on GitHub.
# Python If-Else # Task # Given an integer, , perform the following conditional actions: # If is odd, print Weird # If is even and in the inclusive range of 2 to 5, print Not Weird # If is even and in ...