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 Share on WhatsApp
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo