Solved

What Is the Output of the Following Program

Question 29

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions