CBSE Class 12 Computer Science
Question 85 of 105
Python Revision Tour II — Question 12
Back to all questionsThe errors in this code are:
- In the list
[Amar, Shveta, Parag], each element should be enclosed in quotes because they are strings. - The equality comparison operator is '==' instead of = for checking equality.
- if statement should be lowercase.