def yoba(a, b): a, b = a + 1, b - 1 return b and yoba(a, b) or a print(yoba(3, 4))
Standard input is empty
7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!