是版本的问题吗
>>> temp1 = (5,4)>>> temp2 = tuple1[:1] + (1,2)
SyntaxError: multiple statements found while compiling a single statement
tuple1 是什么啊
不要拷贝多行代码直接到 IDLE 控制台中执行代码,否则就会报错
你 Ctrl + N 新建文件,将代码拷贝到编辑器中,保存文件后 F5 执行代码即可正常执行
{:10_266:} Kayko 发表于 2021-7-11 10:41
sorry,谢谢您嘞
页:
[1]