निम्नलिखित का आउटपुट क्या है?
What is the output of the following ?
x = 'abcd'
for i in range(len(x)) :
i.upper()
print (x)
A)
B)
C)
D)
Explanation: