[ create a new paste ] login | about

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

Python, pasted on Apr 24:
1
2
list=['a','b','c','d']
print list[10:]


Output:
1
[]


Create a new paste based on this one


Comments: