O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
x=int(input("Enter x : ")) y=int(input("Enter y : ")) z=int(input("Enter z : ")) fx=4*pow(x,4)+3*pow(y,3)+9*pow(z,2)+6*3.14 print("The Answer is : ",fx)
▶ Run Code
🖥 Output: