logo

Crowdly

Was ist die Ausgabe des folgenden Programms? a = [] lst = [a] lst.append(a) ...

✅ 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 Programms?

a = []

lst = [a]

lst.append(a)

lst[0].append(1)

print(lst[1])

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!