Python Quiz: What is The Output ?
Coding Computing Coach@CodingComputing·1d@PythonPr Answer: 52 x is 5, y is 10. In x*y+2, the multiplication happens first (PEMDAS rule) 5*10+2 simplifies to 50+2 that is 52, which gets printed.Çevir English013424