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

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