1.  (‘[0] [1]’,)

2.  (’01’)

3.  [0] [1]

4.  01

4
Correct Answer :

(‘[0] [1]’,)


Explanation :
No Explanation available for this question

1.  3456

2.  (3456)

3.  (‘3456’)

4.  (‘3456’,)

4
Correct Answer :

(‘3456’,)


Explanation :
No Explanation available for this question

1.  3456

2.  (3456)

3.  (‘3456’)

4.  (‘3456’,)

4
Correct Answer :

3456


Explanation :
No Explanation available for this question

1.  [34, 56]

2.  [’34’, ’56’]

3.  34 56

4.  error

4
Correct Answer :

error


Explanation :
No Explanation available for this question

1.  [‘a’, ‘b’, ‘c’, ‘d’]

2.  [‘abcd’]

3.  [[‘a’], [‘b’], [‘c’], [‘d’]]

4.  none of the mentioned

4
Correct Answer :

[[‘a’], [‘b’], [‘c’], [‘d’]]


Explanation :
No Explanation available for this question

1.  [‘a’, ‘b’, ‘c’, ‘d’]

2.  [‘abcd’]

3.  [[‘a’], [‘b’], [‘c’], [‘d’]]

4.  none of the mentioned

4
Correct Answer :

none of the mentioned


Explanation :
No Explanation available for this question

1.  [1, 2, 3, 4]

2.  [1234]

3.  [[1], [2], [3], [4]]

4.  none of the mentioned

4
Correct Answer :

none of the mentioned


Explanation :
No Explanation available for this question

1.  [1, 2, 3, 4]

2.  [1234]

3.  [[1], [2], [3], [4]]

4.  none of the mentioned

4
Correct Answer :

none of the mentioned


Explanation :
No Explanation available for this question

1.  [‘a’, ‘b’, ‘c’, ‘d’]

2.  [‘abcd’]

3.  [[‘a’], [‘b’], [‘c’], [‘d’]]

4.  none of the mentioned

4
Correct Answer :

none of the mentioned


Explanation :
No Explanation available for this question

1.  Python code is only compiled

2.  Python code is both compiled and interpreted

3.  Python code is only interpreted

4.  Python code is neither compiled nor interpreted

4
Correct Answer :

Python code is both compiled and interpreted


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python