Computer Science, asked by myself4093, 6 months ago

what is data type in python​

Answers

Answered by Anonymous
5

Answer:

Basic Data Types in Python

Integers

Floating-Point Numbers

Complex Numbers

Strings

Escape Sequences in Strings

Raw Strings

Triple-Quoted Strings

Boolean Type, Boolean Context, and “Truthiness”

Built-In Functions

Math

Explanation:

FOLLOW ME

Answered by Anonymous
25

Answer:

Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actually classes and variables are instance (object) of these classes.

Following are some of the data types in python:

Python List

Python Tuple

Python Strings

Python Set

Python Dictionary

Similar questions