Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AmrutaKoshe
Created July 4, 2021 10:15
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 AmrutaKoshe/6a878641231f7a756db2d2ac0e4227f1 to your computer and use it in GitHub Desktop.
Save AmrutaKoshe/6a878641231f7a756db2d2ac0e4227f1 to your computer and use it in GitHub Desktop.
Name=[]
for file in os.listdir(directory):
Name+=[file]
print(Name)
print(len(Name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment