Notice: Undefined index: class in /home/xuantuye/domains/xuantuyen.education/public_html/project/user/edit/projectUserEditPYTHONPage.inc on line 18
x = int(input("nhap vao so thu nhat: "))
print(x)
y = int(input("nhap vao so thu hai: "))
print(y)
if (x ==0):
print("phuong trinh vo nghiem")
else:
z = -y/x
print("nghiem cua phuong trinh bat nhat x=",z)