标签: python-3.x pyc
我有一个字符串print("hello")。我想直接将其存储为.pyc文件并稍后执行。我怎么能这样做?
print("hello")
答案 0 :(得分:0)
查看py_compile.compile及其source code,看看它是如何完成的。