Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python utf8

# insert in the first line of the file

#!/usr/bin/python3
# -*- coding: utf-8 -*-

# or

#!/usr/bin/env python
# -*- coding: utf-8 -*-
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
3+8 =