Created
July 13, 2018 21:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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