O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
a = int(input("Enter value of A: ")) b = int(input("Enter value of B: ")) print("Value of A = ", a, "\n Value of B = ", b) (a, b) = (b, a) print("Value of A = ", a, "\n Value of B = ", b)
▶ Run Code
🖥 Output: