5 lines
80 B
Python
5 lines
80 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
import locale
|
||
|
locale.setlocale(locale.LC_ALL,"en_US.UTF-8")
|