Python: Division - Hacker Rank Solution | Apna Hindi Tech | Hindi Tutorial
Hello Friends
рдЖрдЬ рд╣рдо рдЖрдкрдХो Hacker Rank рдкрд░ Python Division рдХा рдХंрдк्рд▓ीрдЯ рд╕ॉрд▓्рдпूрд╢рди рдмрддाрдПंрдЧे рд╡рд╣ рднी рдЖрд╕ाрди рднाрд╖ा рдоें। рддो рджोрд╕्рддों рдЪрд▓िрдП рдЬाрдирддे рд╣ैं рд╕ॉрд▓्рдпूрд╢рди ।
Problem:- Python: Division - Hacker Rank Solution
The provided code stub reads two integers, and , from STDIN.
Add logic to print two lines. The first line should contain the result of integer division, // . The second line should contain the result of float division, / .
No rounding or formatting is necessary.
Example:-
a=3
b=5
- The result of the integer division .
- The result of the float division is .
The first line contains the first integer, .
The second line contains the second integer, .
Output Format :-
Print the two lines as described above.
Sample Input 0 :-
Sample Output 0 :-
Solution :-
Video Tutorial :-
......Thank YouЁЯШК......
Post a Comment
Post a Comment