Skip to content

Instantly share code, notes, and snippets.

@billwestfall
Created July 13, 2018 21:35
Show Gist options
  • Save billwestfall/f957327f42c413cd6352832f8c81f0ef to your computer and use it in GitHub Desktop.
Save billwestfall/f957327f42c413cd6352832f8c81f0ef to your computer and use it in GitHub Desktop.
using the Do loop in mathematica to print a word and then pause n seconds until next word, gradually slowing down the loop
Do[Print[RandomWord[]];Pause[n],{n,10}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment