

InterviewSolution
Saved Bookmarks
1. |
What will be the output of the following Python code:Str=”INDIA”print(Str *3) |
Answer» INDIAINDIAINDIA will be the answe<br>INDIA INDIA INDIA<br>Hi | |