Computer Science, asked by singaydolma49, 6 months ago

(c) Find and write the output of the following python code:
def fun(s):
k=len(s)
m=" "
fori in range (0,k):
if(s[i].isupper()) :
m=m+s[i].lower()
elif s[i].isalpha():
m=m+s[i].upper()
else:
m=m+''bb'
print(m)
fun('school2@com')​

Answers

Answered by AnmolAnubhav
1

Answer:

s6sutdyrsysy3ww5s53wd4f

Similar questions