因此,我对闪亮有点陌生,但我无法为我的生活,弄清楚如何将滑块输入值组织成一个命名列表。现在,我有一个UI设置,允许11个输入。AI", "Repressor dependent rate of synthesis of AI:", sliderInput("k_deg", "extracellular AI degred
我试图在.split中使用ai = [int(input()) for ai in range(n)],但出现了以下错误:ai = [int(input()) for ai in range(n)].split(' ') ValueError: invalid literal for int() with base 10: '2 6 3 7 1',因此我不知道应该更改哪一部分代码才能达到正确的格式。错误的输入:231
正确的