函数形参和实参

def cal(x,y):。。形参
    s=x**y   。。x的y次方
    return s
c=cal(2,3) ..实参
print(c)

 

posted @ 2018-04-23 23:05  未来的技术  阅读(107)  评论(0编辑  收藏  举报