Skip to content

Instantly share code, notes, and snippets.

@iwootten
Created April 26, 2015 08:13
Show Gist options
  • Select an option

  • Save iwootten/700764c989de2cf41456 to your computer and use it in GitHub Desktop.

Select an option

Save iwootten/700764c989de2cf41456 to your computer and use it in GitHub Desktop.
Offspring wanted me to count to 1000000
import subprocess
for i in range(1, 1000001):
subprocess.call(["say", "%d" % i])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment