O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
y = int(input("Enter year to check: ")) print(y % 4 and "Not a Leap Year" or "Leap Year")
▶ Run Code
🖥 Output: