O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
x = int(input("Enter first number: ")) y = int(input("Enter second number: ")) print(x % y and "Not Fully Divisible" or "Fully Divisible")
▶ Run Code
🖥 Output: