- 1
What is wrong? Can someone help me?
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.
+ 2
I did it!
Thanks, for the tips!