Skip to content

Instantly share code, notes, and snippets.

@atul-ma
Last active December 20, 2018 02:38
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 atul-ma/176af5feb7587a4b9454fa9910160833 to your computer and use it in GitHub Desktop.
Save atul-ma/176af5feb7587a4b9454fa9910160833 to your computer and use it in GitHub Desktop.
import os
a=1
for i in range(0,5):
b=str(a)
os.mkdir(b)
os.chdir(b)
a=a+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment