add
This exercise allows you to practice and apply the concepts and techniques taught in class.
Upon completion of this exercise, you will be able to:
- Use different data types such as integers, floats, strings, and Boolean and apply them appropriately.
- Apply different operators and methods to manipulate.
Before this starting this lab, you should have learnt about:
-
Basic Pyhon syntax
-
Variables
-
Data types, operators and methods
In this exercise, you will have the opportunity to dive into one of the fundamental building blocks of programming: data types.
As you may already know, data types are the different kinds of values that can be stored in a program, such as integers, floats, and strings.
Understanding data types is essential to working with data in any programming language.
Happy coding! ❤️
Complete the challenges in the notebook. Follow the instructions and add your code and explanations as necessary.
- No need to submit.