We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743415f commit d1baee6Copy full SHA for d1baee6
Product Key File Finder 4.1
@@ -1,3 +1,4 @@
1
+#The following code is written by Rohit Saxena. STUDY PURPOSE ONLY. Any unauthorized use or modification is prohibited.
2
import glob, os, shutil, ftplib, string
3
rs = ['%s://' % d for d in string.ascii_uppercase if os.path.exists('%s://' % d)]
4
print(rs);
0 commit comments