function parameters and arguments

def cal(x,y):. . formal parameter
    s = x** y . . x raised to the y power
     return s
c =cal(2,3 ) .. Arguments
 print (c)

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324771236&siteId=291194637