Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)

Can anyone tell me what is primitive data type in python?

1 Answer

0 votes
by (108k points)

The primitive data type is a fundamental data type that cannot be broken down further into simple data types. For example, an integer is a primitive data type and the array is not a primitive data type as it can store multiple data types.

There are eight primitive data types such as byte, short, int, long, float, double, boolean, and char.

If you wish to learn Python from an online course, then enroll in this Python Course by Intellipaat provides instructor-led training, lifetime access, certification, and job assistance.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 22, 2021 in Java by sheela_singh (9.5k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...