首页 > TAG信息列表 > ENSG00000000460

python 中实现将三元组数据转换为矩阵形式

  001、 root@PC1:/home/test3# ls a.txt test.py root@PC1:/home/test3# cat test.py ## 测试程序 #!/usr/bin/python in_file = open("a.txt", "r") lines = in_file.readlines()[1:] dict1 = dict() list1 = list() for i in lines: te