KnowledgeBoat Logo
|

Computer Science

Write the names of any four data types available in Python.

Python Funda

7 Likes

Answer

The names of any four data types in Python are:

  1. Integer
  2. String
  3. List
  4. Tuple

Answered By

6 Likes


Related Questions