# your code goes hereimport pandas as pds=pd.Series([1,2,3,4,5],index=['a','b','c','d','e'])print (s)
Standard input is empty
a 1 b 2 c 3 d 4 e 5 dtype: int64
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!