Codedastic
Python Kurs Übersicht
Python Kurs
Python Quiz
Blog
Python Quiz
Wie gibt man mehrere Werte aus einer Funktion zurück?
return [a, b, c]
return (a, b, c)
return a, b, c
multireturn(a, b, c)
OK
Bitte wähle eine der Antwortmöglichkeiten
Vorherige Frage
Nächste Frage
Teilen: