当python运行后提示这个错误
period = eval(data[1])
File "<string>", line 0
SyntaxError: unexpected EOF while parsing
一般是eval的输入错误,检索一下输入的数据是否有误,不需要打开括号
当python运行后提示这个错误
period = eval(data[1])
File "<string>", line 0
SyntaxError: unexpected EOF while parsing
一般是eval的输入错误,检索一下输入的数据是否有误,不需要打开括号