Computer Science, asked by rmanojdivya000, 8 months ago

Write the output of the following code when executed:

Text = “gmail@com”

l=len(Text)

ntext=””

for I in range (0,l):

if Text[i].isupper():

ntext=ntext+Text[i].lower()

elif Text[i].isalpha():

ntext=ntext+Text[i].upper()

else:

ntext=ntext+’bb’

print (ntext)

waiting for early replies guys....

plz follow me guys​

Answers

Answered by jafferjabbar
1

j

Explanation:

kk9inhuolvyuvggyybfrr

Answered by prabhu6548
0

Answer:

It will print numbers from 3 to 30

Similar questions