Guest User

Untitled

a guest
May 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. f1= codecs.open('brokenhindi.txt', encoding='utf-8')
  2. for tokens in f1:
  3. if u"राज्य" in tokens:
  4. print 'done_3'
Add Comment
Please, Sign In to add comment