Ratings & reviews
andrew b.
5 days ago
i undersood everything!
Harsfalvi P.
6 days ago
Realy very good
Jordan F.
9 days ago
Solid
Complete all chapters to get certificate
0%
Getting Familiar With Numbers in Python
Numeric data types are crucial in Python, so it is important to start with them. Here you will work with simple math operations and find out the purposes of learning different types of numerical data.
True or False?
The main goal of this section is to clarify the boolean data types; it's a sub type of numeric data, but indeed it is more challenging. Since it is always better to excel in the more difficult topics, this section is a valuable part of your curriculum.
Strings
Strings are a way for us to implement your phrases in Python, that is, to give instructions to users who are the target audience of your program. Indeed, it is always better to be able to work with strings because they should be used in your code. You'll understand why soon.