Course Content
Data Types in Python
Data Types in Python
1. Getting Familiar With Numbers in Python
4. Bring All the Topics Together
Challenge: The Not Statement
Task
Swipe to show code editor
I hope you remember the not
statement! Please attempt the same task; it may appear somewhat challenging, but there is no need for excessive exertion!
Here, you should replace ___
with one of the True
or False
statements to make:
- The
statement1
variable equal toFalse
. - The
statement2
variable equal toTrue
.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 5
Challenge: The Not Statement
Task
Swipe to show code editor
I hope you remember the not
statement! Please attempt the same task; it may appear somewhat challenging, but there is no need for excessive exertion!
Here, you should replace ___
with one of the True
or False
statements to make:
- The
statement1
variable equal toFalse
. - The
statement2
variable equal toTrue
.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 5
Switch to desktop for real-world practiceContinue from where you are using one of the options below