What will be the output of the following Python code? x = ‘abcd’ for i in range(len(x)): print(i)

Questions & AnswersCategory: Programming LanguageWhat will be the output of the following Python code? x = ‘abcd’ for i in range(len(x)): print(i)
Geek Boy Staff asked 2 years ago