Computer Science, asked by ramlal9217, 11 months ago

Classify the Python data types.

Answers

Answered by Equestriadash
5

There are 4 main data types in Python.

  • Numbers
  • Strings
  • Boolean
  • NONE

1. Numbers

Numbers can further be divided into 3.

  • Integers (int)
  • Float [having fractional value.]
  • Complex

2. Strings

They are sequences of values enclosed within single/double quotes. They mostly contain text values.

NOTE: Numberic operations cannot be performed in strings even if they have a numeric value.

3. Boolean

They are values that represent True/False.

4. NONE

It signifies the absence of a value [won't display any value.]

Attachments:
Answered by Anonymous
1

Answer:

Data science can be defined as a blend of mathematics, business acumen, tools, algorithms and machine learning techniques, all of which help us in finding out the hidden insights or patterns from raw data which can be of major use in the formation of big business decisions

Explanation:

Similar questions