Skip to content

Diego-Llorente/lab-python-data-types-extra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

logo_ironhack_blue 7

CFU | Data types

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%