c)Find and write the output of the following python code: 2 Text1="AISSCE 2018" Text2="" I=0 while I="0" and Text1[I]<="9": Val = int(Text1[I]) 3 | P a g e Val = Val + 1 Text2=Text2 + str(Val) elif Text1[I]>="A" and Text1[I] <="Z": Text2=Text2 + (Text1[I+1]) else: Text2=Text2 + "*" I=I+1 print Text2
Answers
Answered by
5
Tesxt="AISSCE2018"TEXT2=""I=0WHILEI=0"""""
Similar questions