我编写了一个 python 程序,其中我在目录中存储了各种文件。这些文件有 n 个字符。
该代码读取这些文件并打印
文件名
文件长度
文件中某些字符的文本模式
我有以下输出:
36.HomoSapiensHOXD10gene.fa ....... this is the file name
11753.................length of the file for characters
([2296, 2304, 5794, 10258, 11272],)................patterns of text
37.HomoSapiensHOXD11gene.fa
6139
([],)
38.HomoSapiensHOXD13gene.fa
3648
([403, 2718],)
我想以表格格式显示上述输出为
相关分类