[ create a new paste ] login | about

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

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

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


Output:
1
2
3
4
Traceback (most recent call last):
  Line 1, in <module>
    name = Travis
NameError: name 'Travis' is not defined


Create a new paste based on this one


Comments: