is there some syntax mechanist to write a function definitions after writing the function call in python?

前端 未结 0 1697
一个人的身影
一个人的身影 2020-12-13 11:09

The function hoisting in javascript allows us to do this thing, which is awesome to the code readability:

function f(a,b){
    return divide(a,b)*a
    
    f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题