Course Content
Data Types in Python
1. Getting Familiar With Numbers in Python
4. Bring All the Topics Together
Data Types in Python
Dealing With Not Statement
Task
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
.
Everything was clear?
Section 2. Chapter 5