• 2022-06-16
    在python中,对于函数中return语句的理解错误的是()。
    A: eturn可以带返回参数
    B: eturn可以不带返回参数
    C: 可以有多条return语句,但只执行一条
    D: 一定要有return语句