我编写了一个 python 程序,其中我在目录中存储了各种文件。这些文件有 n 个字符。该代码读取这些文件并打印文件名文件长度文件中某些字符的文本模式我有以下输出:36.HomoSapiensHOXD10gene.fa ....... this is the file name11753.................length of the file for characters([2296, 2304, 5794, 10258, 11272],)................patterns of text 37.HomoSapiensHOXD11gene.fa6139([],)38.HomoSapiensHOXD13gene.fa3648([403, 2718],)我想以表格格式显示上述输出为
添加回答
举报
0/150
提交
取消