MCQs > IT & Programming > Python > Correct answer from the options given below. tp1 = (Python ) m = 5 for i in range(int(m-1)):

Python MCQs

Find the output of the following Python code and choose the correct answer from the options given below.

tp1 = ('Python',)

m = 5

for i in range(int(m-1)):

(('Python',),)

((('Python',),),)

(((('Python',),),),)

((((('Python',),),),),)

(((((('Python',),),),),),)


Answer

Correct Answer:

(('Python',),)

((('Python',),),)

(((('Python',),),),)

((((('Python',),),),),)

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Python MCQ Questions

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it