[ create a new paste ] login | about

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

Python, pasted on Jul 24:
1
2
3
4
str1='hello'
str2=','
str3='world'
print str1[-1:]


Output:
1
o


Create a new paste based on this one


Comments: