For example, in JavaScript we could write a program like this:
var a = 1; testFunction(++a, ++a, a); function testFunc
>>> def f(x, y): pass ... >>> f(print(1), print(2)) 1 2