Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
my_variable
myVariable
1variable
_variable
123variable
_my_variable
Which of the following is a valid data type in Python?
Integer
Real
Complex
All of the above
Byte
Long
Double
What is the output of the following code?
num = 2.5 print(type(num))
2.5
'2.5'
float
str
What is the data type of the variable 'age' in the following code?age = 25
String
Float
Boolean
1
0
HelloWorld
Hello World
Hello+"World"
None of the above
What is the data type of the variable 'is_true' in the following code?is_true = True
num = 5 print(type(num))
5
'5'
int