我试图通过插入一个元组来制作一个字符串。我试图得到'k = as.numeric(list(1, 2, 3))'
我的输出:
j = (1, 2, 3)
'k = as.numeric(list%r)' % j
这返回
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: not all arguments converted during string formatting
有人可以解释这里出了什么问题吗?谢谢。