4 lines
67 B
Python
4 lines
67 B
Python
|
import py_compile
|
||
|
|
||
|
py_compile.compile('pyhumor.py', 'pyhumor.pyc')
|