Blogmepost
Latest Questions
Contact Us
What is the output of len([1, 2, 3])?
Home
>
Technology
>
What is the output of len([1, 2, 3])?
0
votes
15
views
What is the output of len([1, 2, 3])?
python-programming-language-interview-questions
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
Add Answer
1
Answer
0
votes
Answer is
3.
answered
Nov 26, 2020
by
JackTerrance
(
191k
points)
Related questions
0
votes
1
answer
20
views
20
views
What is the output of L[1:] if L = [1,2,3]?
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
66
views
66
views
What is the output of L[2] if L = [1,2,3]?
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
33
views
33
views
What is the output of 3 in [1, 2, 3]?
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
107
views
107
views
What is the output of [1, 2, 3] + [4, 5, 6]?
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
15
views
15
views
What is the output of print tuple[1:3] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
asked
Nov 24, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
20
views
20
views
What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
14
views
14
views
What is the output of for x in [1, 2, 3]: print x?
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
0
votes
1
answer
13
views
13
views
What is the output of print tuple + tinytuple if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 ) and tinytuple = (123, 'john')?
asked
Nov 24, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
18
views
18
views
What is the output of print tinytuple * 2 if tinytuple = (123, 'john')?
asked
Nov 24, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
19
views
19
views
What is the output of print tuple[2:] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
asked
Nov 24, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
20
views
20
views
What is the output of print tuple[0] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
14
views
14
views
What is the output of print tuple if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
14
views
14
views
What is the output of print list1 + list2, if list1 = [ 'abcd', 786 , 2.23, 'john', 70.2 ] and ist2 = [123, 'john']?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
13
views
13
views
What is the output of print tinylist * 2 if tinylist = [123, 'john']?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
31
views
31
views
What is the output of print list[2:] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
15
views
15
views
What is the output of print list[0] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
17
views
17
views
What is the output of print list if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
21
views
21
views
What is the output of print str[2:] if str = 'Hello World!'?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
22
views
22
views
What is the output of print str[2:5] if str = 'Hello World!'?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
25
views
25
views
A problem is given to three students whose chances of solving it are 1/2, 1/3 and 1/4 respectively. What is the probability that the problem will be solved?
asked
Feb 14
in
Education
by
JackTerrance
(
191k
points)
logic-puzzles-questions-answers
0
votes
1
answer
22
views
22
views
In a Certain Country 1/2 of 5 = 3. If the same proportion holds, what is the value of 1/3 of 10 ? A) 4 B) 6 C) 8 D) 10
asked
Feb 12
in
Education
by
JackTerrance
(
191k
points)
logic-puzzles-questions-answers
0
votes
1
answer
29
views
29
views
What is the meaning of the below declarations? 1. const int a; 2. int const a; 3. const int *a; 4. int * const a; 5. int const * a const;c
asked
Jan 21
by
JackTerrance
(
191k
points)
pointer-interview-questions-in-c
cprogramming
0
votes
1
answer
16
views
16
views
What is the output of ['Hi!'] * 4?
asked
Nov 26, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
15
views
15
views
What is the output of print str + "TEST" if str = 'Hello World!'?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
0
votes
1
answer
13
views
13
views
What is the output of print str[0] if str = 'Hello World!'?
asked
Nov 23, 2020
in
Technology
by
JackTerrance
(
191k
points)
python-programming-language-interview-questions
...