Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
The bool class is subset of ______.
Home
Python
The bool class is subset of ______.
asked
May 17, 2019
in
Python
by
Derya
The bool class is subset of ______.
a)string
b)float
c)char
d)int
e)long
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 2, 2019
by
anonymous
d) int
Related questions
0
votes
Q: What is the output of bool(5)?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Q: Byte datatype can contain only ______ and ______.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Q: While using slicing in lists, list[0:2] is equivalent to ______.
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Q: Q. A single test module contains only one Test Class. State true or false. True False
asked
Jun 30, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Q: What is the parent class from which a Test class has to be derived for running it with unittest?
asked
Jun 30, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Q: _______ class provides an immutable sequence of elements.
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Q: Which statement accurately defines the bool class?
asked
Jun 24, 2020
in
Python
by
Robindeniel
#python-boolean
#python-bool
#boolean-python
Python-questions-answers
0
votes
Q: Which statement accurately defines the bool class?
asked
Jun 24, 2020
in
Python
by
Robindeniel
#python-bool-class
#bool-class-python
Python-questions-answers
+1
vote
Q: What is the difference between tuple and dictionary?
asked
Feb 13, 2021
in
Python
by
SakshiSharma
#python
tuple
dictionary
tuple-vs-dictionary
Python-questions-answers
0
votes
Q: What is a classifier?
asked
Feb 11, 2021
in
Python
by
SakshiSharma
#python
python-classifier
classifier
python-function
Python-questions-answers
0
votes
Q: Find out the mean, median and standard deviation of this numpy array -> np.array([1,5,3,100,4,48])
asked
Feb 11, 2021
in
Python
by
SakshiSharma
#python
python-meanm
python-numpy-array
Python-questions-answers
0
votes
Q: What is GIL and what are some of the ways to get around it?
asked
Jan 11, 2021
in
Python
by
SakshiSharma
#python-gil
#python
Python-questions-answers
+1
vote
Q: How many tests are run, when below code is tested using unittest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
Q: How many tests of sample_module.py shown below, are successfully passed, when run with unittest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Q: pytest is available as a part of Python standard library. State true or false.
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
...