# Pastebin 9ukuVwTB >>> f = None >>> f(print(1), b=print(2), *(print(3), print(4))) 1 3 4 2 Traceback (most recent call last): File "", line 1, in TypeError: 'NoneType' object is not callable