[ create a new paste ] login | about

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

Python, pasted on Oct 2:
1
2
3
l = ["foo", "bar"]
print "foo" in l
print "fo" in l


Output:
1
2
True
False


Create a new paste based on this one


Comments: