标签: python getch
import math a = math.pi/4 print ("The value of tangent of pi/4 is : ", end="") print (math.tan(a))
我希望将此代码存储在.exe文件中,怎么办?
答案 0 :(得分:0)
存在许多创建python可执行文件的解决方案:
PyInstaller
py2exe