Data types in python – DEV Community
December 23, 2024

Data types in python – DEV Community

Hello everyone, today I will show you the data types in Python.
Hope you like it!

The first data type is int, short for integer.
An integer is basically a number, a whole number, a negative number and zero.

The second one is a floating point number, same as integer but decimal

The third one is a string. A string is a single word or number with double quotes around it. Here is an example ⬇

2024-12-23 01:01:59

Leave a Reply

Your email address will not be published. Required fields are marked *