我如何运行用Python.h加载到内存中的pyc数据?我使用的是包含编译后的python代码的专有文件格式。fread(code, sizeof(char), code_size, fp);
/* execute the pyc data somehow using functions in Python.h
我的代码有问题。我有一个句子,这个句子有回文词,每一个有5个字母。句子是:the level rotor is in the radar。正如你所看到的,回文词是:水平,转子和雷达。首先,我把这些单词归类成5个字母,例如: thele helev eleve级,等等。test = "the level rotor is in the radar" data.append(test[i:i+6])
def siqpalindromic