Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. >>> import sys, numpy, matplotlib
  2. >>> print(sys.version, numpy.__version__, matplotlib.__version__)
  3. ('2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)]', '1.9.3', '1.5.2')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement