O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
length=float(input("Enter the length of rectangle : ")) breadth=float(input("Enter the breadth of rectangle : ")) area=length*breadth print("Rectangle specifications ") print("Length : ",length," Breadth : ",breadth," Area : ",area)
▶ Run Code
🖥 Output: