O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
km=float(input("Enter the value in kilometers :")) conv_fac=0.621371 miles=km*conv_fac print("The entered value in Miles :",miles)
▶ Run Code
🖥 Output: