write a program to display the equation of a line in the form ax+by=c for a=5,b=8,c=18
Answers
Answered by
0
print("5x+8y+18=0")
It's that simple.
Similar questions