Posts by Gustavo Santos • 44 points
2 posts
-
-1
votes1
answer386
viewsA: Compile C Error in Gcc - Accentuation
Windows? On my machine ran normally with the accents. $ cat prog.c #include <stdio.h> int main() { printf ("Bem Vindo ao Nosso Jogo de Adivinhação"); } $ gcc prog.c -o prog $ ./prog Bem Vindo…
-
2
votes1
answer192
viewsA: Error while running python script
There’s an extra square bracket on that line: self.colors.string["GREEN"], "World!"],
pythonanswered Gustavo Santos 44