Login
Remember
Register
Ask a Question
Recent questions in Python
0
votes
0
answers
What is the output when following code is executed ?
asked
Jun 13, 2019
in
Python
by
Derya
#python
#ball-python
#java
#python-tutorial
Python-questions-answers
0
votes
1
answer
What is the output of the following?
asked
Jun 13, 2019
in
Python
by
Derya
#python
#java
#python-tutorial
#ball-python
Python-questions-answers
0
votes
1
answer
What is the output when following code is executed ?
asked
Jun 13, 2019
in
Python
by
Derya
#python
#python-tutorial
#ball-python
#java
Python-questions-answers
0
votes
1
answer
What is the output of the following?
asked
Jun 13, 2019
in
Python
by
Derya
#python
#ball-python
#java
#python-tutorial
Python-questions-answers
0
votes
0
answers
What is the output of the following?
asked
Jun 13, 2019
in
Python
by
Derya
#python
#python-tutorial
#ball-python
#java
Python-questions-answers
0
votes
0
answers
What is the output of the code shown below?
asked
Jun 13, 2019
in
Python
by
Derya
#python
#python-programming
Python-questions-answers
0
votes
0
answers
What is the output of the code shown below?
asked
Jun 13, 2019
in
Python
by
Derya
#python
-language
#python-programming
Python-questions-answers
0
votes
1
answer
Which of the following will not result in declaring x as datatype of float?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Consider b is frozen set, what happens to b.add(3)?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
Bitwise operators cannot be utilized on the float type.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
Which describes bytearrays?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
0
answers
Code written in Python 3 is backward compatible with Python 2.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Using Pop in list will remove the popped up item.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Which statement creates the bytes literal when run?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
What is the output of bool(5)?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
1
answer
Empty list could be created with list() alone.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
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
Page:
« prev
1
...
35
36
37
38
39
40
41
next »
Recent questions in Python
...