Rewrite the following code is Python after removing all syntax errors(s). Underline each correction done in the code.
Rewrite the following code is Python after removing all syntax errors(s). Underline each correction done in the code.
for Name in [Ramesh, Suraj, Priya]
if Name [0] = ‘S’:
Print (Name)
5 views