b = 7x = 5y = x * 15print(b, x, y)a = 3 * b + 9x = y + 3y = xprint (b, x, a, y, end=" ")a = 5 * bprint (a)
Standard input is empty
7 5 75 7 78 30 78 35
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!