# Typing/Spelling tutor in 2 tweets
import subprocess as p
def s(w, q=0):
if q==1: print(w)
http://p.call(["say",w])
return w
z="a dog"
for t in s(z).split():
s(t)
while 0 if input()==t else s(t,1):
pass♡ 0 ↻ 0
May 7, 2017
# Typing/Spelling tutor in 2 tweets
import subprocess as p
def s(w, q=0):
if q==1: print(w)
http://p.call(["say",w])
return w
z="a dog"
for t in s(z).split():
s(t)
while 0 if input()==t else s(t,1):
pass