Skip to content

Instantly share code, notes, and snippets.

@mraza007
Created January 2, 2019 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mraza007/a0965fc39ad5649943bcc039911bc083 to your computer and use it in GitHub Desktop.
Save mraza007/a0965fc39ad5649943bcc039911bc083 to your computer and use it in GitHub Desktop.
gist for blog post
for x in range(0,1000000):
print(x*x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment