You are viewing a single comment's thread. Return to all 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
Seems like cookies are disabled on this browser, please enable them to open this website
Python: Division
You are viewing a single comment's thread. Return to all 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