Posts by Lucca Lino • 31 points
1 post
-
3
votes1
answer358
viewsQ: Encoding error (Non-utf-8 code) while running script
I made a very simple program, this way, in the notebook, and saved how Somador.py: a = 1 b = 1 soma = a + b print("A soma dos números é", soma) After that I tried to run the program by cmd and gave…