[ create a new paste ] login | about

Link: http://codepad.org/Z11EEpRa    [ raw code | output | fork ]

Python, pasted on Aug 22:
1
2
3
4
5
a = 3
import sys
import pandas
print(sys.version)
print(a)


Output:
1
2
3
4
Traceback (most recent call last):
  Line 3, in <module>
    import pandas
ImportError: No module named pandas


Create a new paste based on this one


Comments: