logo

Crowdly

Was ist die Ausgabe des folgenden Skripts? def func(my_list = []):     my_list...

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

Was ist die Ausgabe des folgenden Skripts?

def func(my_list = []):

    my_list.append("a")

    return my_list

func()

func()

print(func())

0%
0%
More questions like this

Want instant access to all verified answers on moodle.rwth-aachen.de?

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