O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
a=int(input("Enter First Number : ")) b=int(input("Enter Second Number : ")) if a%b==0: print(a," is fully divisible by ",b) else: print(a," is not fully divisible by ",b)
▶ Run Code
🖥 Output: