1st Jul 2021, 1:20 AM
Kleber Castro
Kleber Castro - avatar
2 Respostas
+ 5
You're missing a closing ) on line 11 for the print() function. Also, you should never use list (or other built-in names) as a variable name, as it will overwrite the list() function. This will get rid of the compiler error, but you still need to solve the output correctly.
1st Jul 2021, 1:27 AM
ChaoticDawg
ChaoticDawg - avatar
+ 2
I did it! Thanks, for the tips!
1st Jul 2021, 2:31 AM
Kleber Castro
Kleber Castro - avatar