logo

Crowdly

Browser

Add to Chrome

Quale sarà l'output del seguente codice? def test(a=5, b=10):     if a > b: ...

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

Quale sarà l'output del seguente codice?

def test(a=5, b=10):

    if a > b:

        return a - b

    elif a == b:

        return "Uguali"

    else:

        return b - a

print(test(5))

More questions like this

Want instant access to all verified answers on moodle.edu.ti.ch?

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

Browser

Add to Chrome