当编译test.c C语言源码并用UPX压缩时,在Linux而不是windows下。它在终端中列出:UPX: test.so NotCompressibleException。test.c的源码如下: int i = 0; return 0;我猜是因为可执行文件太简单而无法压缩吗如果没有人告诉我,我必须阅读源代码来找出问题所在。阿!阅读源码负担。
例如,以英尺和英寸为例:我怎么能把其中的一个元素分解成这样的东西:
"the person is 5 feet 11 inches tall."feet {} inches tall.".format(list[1], list[1]) #I am aware taking the same index of list will give me 5-