def func(): return 2 minha_funcao = func retorno = minha_funcao() print(retorno) # output: 2