[ Web Proxy ]
URL:
Viewing: https://mofanpy.com/tutorials/python-basic/basic/def-parameters [Back]  [Original]

| Python []

x AI


: : : 2016-01-01

def function_name(parameters): expressions

parameters

def func(a, b): c = a+b print('the c is ', c)

Python func, func(), ; func(1, 2) a=1, b=2 the c is 3 func(a=1, b=2), func(b=2,a=1)


:

""

wechat [wechat]
    []

    Python

    :



    Email: mofanpy@hotmail.com

    © 2022 mofanpy.com All Rights Reserved ICP20060366


    Web Proxy Viewer  |  New URL  |  Original Page