Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Challenge 2 | Variables in Python
Python Tutorial for Beginners

book
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?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 6

toggle bottom row
some-alt