5 lines
80 B
Python
Raw Normal View History

#!/usr/bin/python3
import locale
locale.setlocale(locale.LC_ALL,"en_US.UTF-8")