1. Write a Python program to check if a number is positive or negative.
2. Create a Python program to check if a character is uppercase or lowercase.
3. Write a Python program to check if a string is empty or not.
4. Write a Python program to find the maximum of two numbers using if-else statements.
5. Create a Python program to check if a person is eligible to vote or not based on their age.
6. Write a Python program to check if a number is even or odd using if-else statements.
7. Write a Python program to check if a number is positive, negative, or zero.
8. Create a Python program to find the grade of a student based on their marks.
9. Write a Python program to check if a person is eligible for a loan based on their credit score.
10. Write a Python program to check if a number is positive and even.