Computer Science, asked by chinnikumarsai5281, 8 months ago

Name the built in data types in python programming language

Answers

Answered by srimurthy3
2

Answer:

These are the data types.

Number - Integer, Float, Complex number

Boolean - True, False

String

List

Tuple

Set

Dictionary

Explanation:

Data types are the classification or categorization of data items. Data types represent a kind of value which determines what operations can be performed on that data.

Similar questions