MCQs > IT & Programming > Python > Suppose a= [1,2,3]. What will be the value of 'a' after executing this command, a=a*3 ?

Python MCQs

Suppose a= [1,2,3]. What will be the value of 'a' after executing this command, a=a*3 ?

Answer

Correct Answer: [1,2,3,1,2,3,1,2,3]

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

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it