当我在 python 中使用 spyder 构建函数时,函数对象无法正常工作。
例如,
def first_order(y,t):
tau=5
引入第二行后,它会自动关闭该功能。我怎样才能改变这种行为?
以前是这样的
> tau=5
...: (first Enter, creates a new line)
(second Enter, to close the function)
POPMUISE
九州编程
相关分类