Advertisements
Advertisements
Question
Find the errors from the given code.
T=[a,b,c]
PrinTVery Short Answer
Advertisements
Solution
Errors: a, b and c must be string values if they are intended as list elements; Print must be lowercase print; Python 3 requires parentheses.
shaalaa.com
Is there an error in this question or solution?
