What are the Data Types in Python?

Data Types are the types of data that are stored in variables.

How to know the type of any variable in Python?

We can use the type() function.

Add a subheading.png

Add a subheading (1).png

i am a guud man (1).png

Copy of Stakeholder Map Team Whiteboard in Green Yellow Purple Trendy Stickers Style.png

temp_segment_66c432a30dffc.png

Don't worry, I will explain one by one in a fun way.

  1. Integer (int): Whole numbers, positive or negative.

    age = 22
    number_of_my_girlfriends = -1