是否可以从脚本中指定数量的代码创建可执行文件?例如:#some code up here to set some things updef oneFunction(param): #does something here as welldef run(): varaible1 = input() oneFunction(variable1) #more code after thisif something == True: #some code to create executable from the run functionelse: #do something else
添加回答
举报
0/150
提交
取消