Multiple Choice
What is the output of the following program?
Import string
Line1 = "And Then There Were None"
Line2 = "Famous In Love"
Line3 = "Famous Were The Kol And Klaus"
Line4 = Line1 + Line2 + Line3
Print(string.find(Line1, 'Were') , string.count((Line4) , 'And') )
A) True 1
B) 15 2
C) (15, 2)
D) True 2
Correct Answer:

Verified
Correct Answer:
Verified
Q24: What is the output of the following
Q25: What is the output of the following
Q26: Predict the output of following python programs<br>Dictionary1
Q27: What is the output of the following
Q28: What is the output of the following
Q30: What is the output of the following
Q31: What is the output of the following
Q32: Which module in Python supports regular expressions?<br>A)re<br>B)regex<br>C)pyregex<br>D)None
Q33: What is the output of the following?<br>Elements
Q34: Program code making use of a given