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?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 6
Swipe to start coding
Divide 35 by 7 and assign the result to the variable outcome. Display the result.
Tack för dina kommentarer!