Compilador de Python Online (Editor / Interpretador)
Escreva, execute e compartilhe o seu código Python instantaneamente com o Compilador de Python Online da Asimov Academy.
list() # não dá erro list = [1, 2, 4, 7, 3] list() # TypeError: 'list' object is not callable