Examlex

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') )


Definitions:

Related Questions