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

book
Challenge 2

Uppgift

Swipe to start coding

Divide 35 by 7 and assign the result to the variable outcome. Display the result.

Lösning

outcome = 35 / 7
print(outcome)

Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 2. Kapitel 6

toggle bottom row
some-alt