{"version":"1.0","provider_name":"Rainbow Dash Network","provider_url":"http:\/\/rainbowdash.net\/","type":"link","title":"Anna Wright (oracle)'s status on Monday, 16-Jan-17 03:17:50 UTC","author_name":"Anna Wright (oracle)","author_url":"http:\/\/rainbowdash.net\/oracle","url":"http:\/\/rainbowdash.net\/notice\/4552410","html":"import time<br \/>import os<br \/><br \/>testString = &quot;&quot;&quot;INSERT TEXT HERE<br \/>&quot;&quot;&quot;<br \/><br \/>def read(toBeRead):<br \/>  wordList = []<br \/>  word = &quot;&quot;<br \/>  for char in toBeRead:<br \/>    if char != &quot; &quot;:<br \/>      word += char<br \/>    else:<br \/>      wordList.append(word)<br \/>      word = &quot;&quot;<br \/><br \/>  for word in wordList:<br \/>    print(word)<br \/>    time.sleep(0.03)<br \/>    os.system('cls')<br \/><br \/>read(testString)"}