• + 0 comments

    The HackerRank Python Division challenge is straightforward but teaches an important point about integer vs. floating-point division.

    Problem (short): read two integers a and b and print:

    The integer (floor) division result

    The float (true) division result Click here