def godzina(n): return (n+21)%24print(godzina(14))print(godzina(20))
Standard input is empty
11 17
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!