Skip to content

Instantly share code, notes, and snippets.

@bbchriscesar
Created October 27, 2018 20:48
Show Gist options
  • Save bbchriscesar/c37035a9d76ce4e165e6768ef8fb016f to your computer and use it in GitHub Desktop.
Save bbchriscesar/c37035a9d76ce4e165e6768ef8fb016f to your computer and use it in GitHub Desktop.
myfilename = '_Google.png'
mycounter = 1
while mycounter < 10:
print('0' + str (mycounter) + myfilename)
mycounter = mycounter + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment