Date Tags IPython
a=3
b=5
range(b)
Out[4]:
[0, 1, 2, 3, 4]
plot(range(b))
Out[5]:
[<matplotlib.lines.Line2D at 0x3bcb690>]

Comments

comments powered by Disqus