Rewrite the following code in Python after removing all syntax error(s). Underline each correction done in the code.

STRING = “WELCOME”

NOTE “”

for s in range [0,8]:

print (STRING[s])

print s STRING

 

Answer:

[Class 11] Rewrite the following code in Python after removing all - Short Answer Type Questions (2/3 Marks each)

Corrected code:

STRING = "WELCOME"  

NOTE =  ""

for s in range ( 0 , 8 )

    print (STRING[s]) 

print (s, STRING)

Remove Ads
Teachoo · Class 11 Explore Class 11
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh is an IIT Kanpur graduate and has been teaching for 16+ years. At Teachoo, he breaks down Maths, Science and Computer Science into simple steps so students understand concepts deeply and score with confidence.

Many students prefer Teachoo Black for a smooth, ad-free learning experience.