In general, you cannot assume that display output goes to stdout (unlike print(x) or show(x) ). For example, display(x) may open up a separate window with ...
確定! 回上一頁