What will be the output of the following Python code? x = 'abcd' for i in x: print(i.upper()) a) a B C D b) a b c d c) error d) A B C D #Python #Developer #programming #SoftwareDeveloper #Engineering #FrontEndDeveloper
2
2
0
0
0