[ create a new paste ] login | about

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

Python, pasted on Mar 28:
1
2
3
name = "Travis"

print name[:1] in ['D','N']


Output:
1
False


Create a new paste based on this one


Comments: