x = float(input("Enter value for x: "))
y = float(input("Enter value for y: "))
z = (5+x)/(x**2-3*abs(y*l)+7*x*y)
print(z)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
x = float(input("Enter value for x: "))
y = float(input("Enter value for y: "))
z = (5+x)/(x**2-3*abs(y*l)+7*x*y)
print(z)