COMPUTER-PROGRAMMING-MIDTERMS-REVIEWER
COMPUTER-PROGRAMMING-MIDTERMS-REVIEWER
Floats Python
- The float type are the numbers that have a print(10 > 9)
non-empty decimal fraction. print(10 == 9)
- can be signed or unsigned print(10 < 9)
number which has a fractional part after the
decimal point. Module 5: Operators
Functions
- Function is a group of statement that
perform a specific task.
- It help break the program into smaller and
modular chunks.
- Functions make it more organized and
manageable to avoid repetition and makes
the code reusable.