Posts by ericstefano • 1 point
2 posts
-
0
votes1
answer111
viewsA: I cannot save scripts accentuated (Python)
Maybe you were unable to save the script on File Encoding wrong on your Operating System, Text Editor and/or IDE. Try changing File Encoding to default UTF-8. About your code, you left the variable…
-
0
votes1
answer73
viewsA: Two python versions on Ubuntu
Try setting the default Python as the 3.5 using the command: sudo ln -sf /usr/bin/python3.5 /usr/bin/python3 If this doesn’t work, you can reinstall the packages from python3 using the command: sudo…