how to create .DLL from python file

前端 未结 0 912
醉酒成梦
醉酒成梦 2020-12-18 13:04

this is abcd.py(python3.x) file it consist below code like:

print("welcome to python")
def abc(a,b):
    s = a+b    
    return s

h

相关标签:
回答
  • 消灭零回复
提交回复
热议问题