Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

63 lines (35 loc) · 1.34 KB

logo_ironhack_blue 7

CFU | Data types

add

Learning Goals

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.


Prerequisites

Before this starting this lab, you should have learnt about:
  • Basic Pyhon syntax

  • Variables

  • Data types, operators and methods



Introduction

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! ❤️

Getting Started

Complete the challenges in the notebook. Follow the instructions and add your code and explanations as necessary.

Submission

  • No need to submit.