Obieda Ananbeh

Sr.Software Engineer

Microsoft Certified

Java Developer

AI

Obieda Ananbeh

Sr.Software Engineer

Microsoft Certified

Java Developer

AI

Blog Post

Data Type Part1 (boolean, integer, float and string)

June 24, 2021 Python
Data Type Part1 (boolean, integer, float and string)

In this lesson we will learn : 

Data Types

  1. boolean (bool) – A True or False value.
  2. integer (int) – A whole number.
  3. float (float) – A decimal.
  4. string (str) – A sequence of Unicode5 characters.

Type Casting

Taggs:
Write a comment