Computer Science
Which of the following is an invalid data type in Python?
- Sets
- Real
- Integer
- None of these
Python Funda
1 Like
Answer
Real
Reason — Real is not a standard built-in data type in Python.
Answered By
1 Like
Related Questions
…………… is logically equivalent to an inverted XOR gate.
- AND
- XNOR
- OR
- NOR
The smallest individual unit in a program is known as …………… .
- Digits
- Tokens
- Literals
- Units
What will be the output of the following code?
import math x = 100 print(x>0 and math.sqrt(x))
- True
- 1
- 10
- 10.0
…………… is a network security system, either hardware-based or software-based, that controls the incoming and outgoing network traffic based on a set of rules.
- Firewall
- Antivirus Software
- VMware
- Adware