【編程語言】C中調用Python腳本

#Python腳本,存爲pytest.py def add(a,b):     print "in python function add"     print "a = " + str(a)     print "b = " + str(b)     print "ret = " + str(a+b)     return a + bpython // C代碼調,用上面的add函數 #inclu
相關文章
相關標籤/搜索