Login
Remember
Register
Ask a Question
Recent questions tagged #python
0
votes
1
answer
Byte datatype can contain only ______ and ______.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
The bool class is subset of ______.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
What will be the output of below text?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
bytearray provides an mutable sequence, making it modifiable.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
What characteristics describe the python programming language ?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
Which datatype is represented by int in Python 3?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Which statements will result in slice of tuple?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
list[:] output would be printing the __________.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
2
answers
Which of these options could be used in tuple object?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Is x, y = 5, 6 a valid statement?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
What is the output of the following code?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
What is the output of the following code snippet?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
What is the output of the following code? count = 0 while count < 2: print (count, " is less than 2") count = count + 2 else: print (count, " is not less than 2")
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
2
answers
What is the output of the following code? a = 0 if a: print(""""a's value"""") else: print(""""Sorry nothing will get printed"""")"
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
a.symmetric_difference(b) highlights the ________.
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
2
answers
a.difference(b) highlights the ________.
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Dictionary could be copied to another dictionary using which of following syntax?
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
_______ class provides an immutable sequence of elements.
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
Which statements prevent the escape sequence interpretation?
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Which methods can be used with list objects?
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
Page:
« prev
1
2
3
4
5
6
7
8
next »
...