print("---------START--------") a = 13 b = 5suma = a % bprint(suma) ## / * // % print("---------KONIEC-------")
Standard input is empty
---------START-------- 3 ---------KONIEC-------
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!