it seems like i was supposed to put something instead of those symbols.
please look at what i did in the below code. ntbs1.py is my file.
Code:
>>> import re >>> s=open('ntbs1.py').read() >>> wordList=[] >>> for sentence in [item.strip() for item in
Leave a comment: