x = int(input()) if x < 4: y = 3 * x - 7elif x > 4: y = 5 * x * xelse: y = x + 3 print(y)
6
180
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!