Find the Greatest of Three Numbers Using Shorthand if in Python
Take an integer input from the user and print whether it is positive, negative, or
zero
Get input from the user and check whether it's a leap year using the correct logic
Ask the user to input a character. Print whether it's:
● Uppercase letter
● Lowercase letter
● Digit
● Special character
Check if Number is Multiple of 4 and 6
Input a number. Print:
● "Multiple of both" if divisible by 4 and 6
● "Multiple of 4 only"
● "Multiple of 6 only"
● "Not divisible"