import os if not os.path.exists('my_folder'): os.makedirs('my_folder')
Post a comment
Log in or sign up to comment on this bit
Comments
Be the first to comment on this post!