Skip to content

Instantly share code, notes, and snippets.

@JarrettR
Created June 23, 2016 00:06
Show Gist options
  • Save JarrettR/6c1422a618dacaa936f1840e078683ef to your computer and use it in GitHub Desktop.
Save JarrettR/6c1422a618dacaa936f1840e078683ef to your computer and use it in GitHub Desktop.
outVar = 0
while outVar <= 0xFFFFFFFF:
#print hex(outVar)
print '{:010x}'.format(outVar)
outVar = outVar + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment