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:
- Integer
- String
- List
- Tuple
Answered By
6 Likes
Related Questions
Describe the concepts of block and body. What is indentation and how is it related to block and body?
What are data types in Python? How are they important?
How many integer types are supported by Python? Name them.
What are Immutable and Mutable types in Python? List immutable and mutable types of Python.