πŸ“Š Python
Q. Which of the following is NOT a data type in python?
  • (A) list
  • (B) tuple
  • (C) string
  • (D) variable
πŸ’¬ Discuss
βœ… Correct Answer: (D) variable

Explanation: Variable is not data type in python.

Types of data type in python:

Text Type: str
Numeric Types: int, float, complex
Sequence Types: list, tuple, range
Mapping Type: dict
Set Types: set, frozenset
Boolean Type: bool
Binary Types: bytes, bytearray, memoryview
None Type: NoneType

Explanation by: Mayank
Variable is not data type in python.

Types of data type in python:

Text Type: str
Numeric Types: int, float, complex
Sequence Types: list, tuple, range
Mapping Type: dict
Set Types: set, frozenset
Boolean Type: bool
Binary Types: bytes, bytearray, memoryview
None Type: NoneType

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
223
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
95%
Success Rate