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
0
Answer:
What is your question.....
can't understood....
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
6 months ago
Science,
6 months ago
Biology,
10 months ago