我想从Anaconda shell中的示例运行 Python 代码。不幸的是,我要粘贴的语句以. 有没有一种简单的方法来运行这样的语句而无需手动删除?我知道存在其他 shell,但我不想让它们与 Anaconda 一起使用...
...
>>> features = array([[ 1.9,2.3],
... [ 1.5,2.5],
... [ 0.8,0.6],
... [ 0.4,1.8],
... [ 0.1,0.1],
... [ 0.2,1.8],
... [ 2.0,0.5],
... [ 0.3,1.5],
... [ 1.0,1.0]])