Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for i in range(0, len(text)):
  2. print(repr(text[i]))
  3.  
  4. ''
  5. 'Activity'
  6. 'detection'
  7. 'for'
  8. 'information'
  9. 'access'
  10. 'to'
  11. 'oral'
  12. 'communication'
  13. ''
  14. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement