+ 3
I wrote a code in python on my laptop and it asked me for the encoding what should i use and should I use.Py or.exe as extension
3 Respuestas
+ 3
Standard encoding should be UTF-8. You usually don't have to change anything about the encoding.
0
Are you running using ./prog.py? If so, you need to insert the path of python at the start of script, something like #!/usr/bin/python3