Challenge 2
Aufgabe
Swipe to start coding
Divide 35 by 7 and assign the result to the variable outcome. Display the result.
Lösung
outcome = 35 / 7
print(outcome)
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 6
Swipe to start coding
Divide 35 by 7 and assign the result to the variable outcome. Display the result.
Danke für Ihr Feedback!