Hi Guys,
I am fairly new to the language and programing. I am trying to solve a
problem in a text file. Where names are something like in this manner
[**Name2 (NI) 98**]
[**Last Name (STitle) 97**]
[**First Name4 (NamePattern1) 93**]
[**Last Name (NamePattern1) 94**]
([**Name (NI) 95**])
[**Las
Hi,
I am fairly new to python, I am trying to write simple code and It is
giving me syntax error. I am reading a book and following the
directions as it says in the book but I am not sure why it is not
working. Please guide me through. Any help appreciated.
>>> x = 2
>>> if x == 2:
print "This i