this code is supposed to take two numbers, divide one by another so that the result is equal to 1, and display the result on the screen. unfortunately, there is an error in the code. find the error and fix it, so that the output is correct.

See Answers (1)

Suggested Answer

The phyton code to find an error and the solution about it can be seen as below:numerator = 10denominator = 10result = numerator/denominatorprint(result)Python can be described as a high-degree, common-goal programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python approach is dynamically typed and garbage-collected. It helps more than one programming paradigm, along with structured, object-orientated, and useful programming. Python also tells you an interpreted, interactive, object-orientated programming language. It includes modules, exceptions, dynamic typing, very excessive degree dynamic record types, and classes.Learn more about phyton at https://brainly.com/question/16757242#SPJ4

Related Question in Computers and Technology