🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

निम्नलिखित का आउटपुट क्या है?

What is the output of the following ?

x = 'abcd'
for i in range(len(x)) :
             i.upper()
print (x)
A)
B)
C)
D)

Explanation:
Latest Updates