="0" and Text1 [I]<="9": Val = int (Text1 [I]) Val = Val + 1 Text2=Text2 + str(Val) - Computer Science (Python) | Shaalaa.com" />="0" and Text1 [I]<="9": Val = int (Text1 [I]) Val = Val + 1 Text2=Text2 + str(Val) " />="0" and Text1 [I]<="9": Val = int (Text1 [I]) Val = Val + 1 Text2=Text2 + str(Val)" />
हिंदी

Predict the output of the Python code given below: Text1="IND-23" Text2="" I=0 While I<len (Text1): if Text1[I]>="0" and Text1 [I]<="9": Val = int (Text1 [I]) Val = Val + 1 Text2=Text2 + str(Val) - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Predict the output of the Python code given below:

Text1="IND-23"
Text2=""
I=0
While I<len (Text1):
       if Text1[I]>="0" and Text1 [I]<="9":
            Val = int (Text1 [I])
             Val = Val + 1
              Text2=Text2 + str(Val)
       elif Text1 [I]>="A" and Text 1 [I]<="Z":
              Text2=Text2 + (Text1 [I + 1])
       else:
              Text2=Text2 + "*"
       I+=1
print (Text2)
एक शब्द/वाक्यांश उत्तर
Advertisements

उत्तर

ND-*34
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (March) Board Sample Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×