Posts by Matheus Coradini • 36 points
1 post
-
2
votes1
answer39
viewsA: Python 3x - Error: "Object" is no defined in list
The right thing would be: vogal = ('a','e','i','o','u') The reason is that, in Python (and in general programming languages), when you want to use a string it must be typed in quotes. Without using…