小编use*_*611的帖子

如何打印变量名称

我设计了一个代码来计算字符串中出现的'CG'的百分比; GC_content(DNA).

现在我可以使用此代码,以便打印具有最高GC内容的字符串的值;

print (max((GC_content(DNA1)),(GC_content(DNA2)),(GC_content(DNA3)))).
Run Code Online (Sandbox Code Playgroud)

现在我将如何打印此最大GC_content的变量名称?

python printing variables

1
推荐指数
1
解决办法
202
查看次数

标签 统计

printing ×1

python ×1

variables ×1