Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
one-liner solution in Creative category for Words Order by MrPod
words_order=lambda t,w:len(w)==len(s:=set(w))and s<=set(t:=t.split())and(a:=[*map(t.index,w)])==sorted(a)
May 14, 2020