1.  indentation Error

2.  cannot perform mathematical operation on strings

3.  hello2

4.  hello2hello2

4
Correct Answer :

indentation Error


Explanation :
No Explanation available for this question

1.  list

2.  dictionary

3.  array

4.  tuple

4
Correct Answer :

list


Explanation :
No Explanation available for this question

1.  list

2.  tuple

3.  class

4.  dictionary

4
Correct Answer :

dictionary


Explanation :
No Explanation available for this question

1.  ‘”Once upon a time…”, she said.’

2.  “He said, ‘Yes!'”

3.  ‘3’

4.  ”’That’s okay”’

4
Correct Answer :

‘3\’


Explanation :
No Explanation available for this question

1.  print('''tom ndick nharry''')  

2.  print(”’tomdickharry”’)  

3.  print(‘tomndicknharry’)  

4.  print('tom dick harry')  

4
Correct Answer :
print(‘tom\ndick\nharry’)

 


Explanation :
No Explanation available for this question

1.  85.0

2.  85.1

3.  95.0

4.  95.1

4
Correct Answer :

85.0


Explanation :
No Explanation available for this question

1.  print(‘hello’, ‘how’, ‘are’, ‘you’)

2.  print(‘hello’, ‘how’, ‘are’, ‘you’ + ‘-‘ * 4)

3.  print(‘hello-‘ + ‘how-are-you’)

4.  print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘you’)

4
Correct Answer :

print(‘hello-‘ + ‘how-are-you’)


Explanation :
No Explanation available for this question

1.  int

2.  bool

3.  float

4.  None

4
Correct Answer :

int


Explanation :
No Explanation available for this question

1.  True

2.  False

3.  Machine dependent

4.  Error

4
Correct Answer :

False


Explanation :
No Explanation available for this question

1.  k = 2 + 3j

2.  k = complex(2, 3)

3.  k = 2 + 3l

4.  k = 2 + 3J

4
Correct Answer :

k = 2 + 3l


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python