logo

Crowdly

In einem Python-Programm wird folgende Funktion verwendet: def fnc_Rechnung1(a...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

In einem Python-Programm wird folgende Funktion verwendet:

def fnc_Rechnung1(a = 1,b = 2, c = 3):

    x = a

    y = a + b

    z = c - a

    erg = 2*(x+y+z)

    return erg

Welchen Rückgabewert liefert:

print(fnc_Rechnung1(a=4,c=1))

More questions like this

Want instant access to all verified answers on elearning.hs-ruhrwest.de?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!