def sum(a, b): return a + b def mul(a, b): return a * b print(sum(mul(18, sum(3, 0)), sum(mul(2, 2), 4)))