a = 75b = 25 wynik = a // b reszta = a % b print(b // a) print(b % a)
Standard input is empty
0 25
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!