O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
num = int(input("Enter a number: ")) assert num > 0, "The number is not positive!" print("The number is positive.")
▶ Run Code
🖥 Output: