Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära If/else expressions with multiple conditions (2/2) | Conditional statements
Learn Python from Scratch
course content

Kursinnehåll

Learn Python from Scratch

Learn Python from Scratch

1. The basics
2. Arithmetic operations
3. Common data types
4. Conditional statements
5. Other data types
6. Loops
7. Functions

book
If/else expressions with multiple conditions (2/2)

Remember the task you completed two chapters ago. There you wrote if/else statement to check whether the number is even or odd. This time let's modify it so now it will detect zeros and negative numbers.

Uppgift

Swipe to start coding

Modify your code (from the exercise about checking if the number is even or odd) so it will detect zero and print the message "This is null" and negative numbers with message "This number is negative". Think carefully about the order of conditions.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 4. Kapitel 6
toggle bottom row

book
If/else expressions with multiple conditions (2/2)

Remember the task you completed two chapters ago. There you wrote if/else statement to check whether the number is even or odd. This time let's modify it so now it will detect zeros and negative numbers.

Uppgift

Swipe to start coding

Modify your code (from the exercise about checking if the number is even or odd) so it will detect zero and print the message "This is null" and negative numbers with message "This number is negative". Think carefully about the order of conditions.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 4. Kapitel 6
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt