def void(): print("Bla Bla") x = void print(x) #OUTPUTS: <function void at 0x03CF61D8> #Hope this helps!