Computer Science, asked by playznik51, 6 months ago

21. What will be the output of the code given below:
S="pythoN@ICal"
n = len(s)
m="
for i in range(0, n):
if (s[i] >= 'a' and s[i] <= 'm');
m = m + s[i].upper()
elif (s[i] >= 'n' and s[i] <= 'z'):
m = m + s[i-1]
elif (s[i].isupper):
m = m + S[i].lower)
else:
m = m + '@@
print(m) *​

Answers

Answered by kajalbharti12
0

Answer:

What is your question.....

can't understood....

Similar questions