1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-10 18:48:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

国外版

This commit is contained in:
程序员小墨 2022-03-27 18:52:06 +08:00
parent 4a83e940d3
commit 44cb2b9989
3970 changed files with 620 additions and 621 deletions

View File

@ -120,9 +120,8 @@ def main():
if __name__=='__main__':
if os.path.exists("算法题"):
os.chdir("算法题")
else:
os.mkdir("算法题")
os.chdir("算法题")
folderName = "算法题(国外版)"
if not os.path.exists(folderName):
os.mkdir(folderName)
os.chdir(folderName)
main()

Some files were not shown because too many files have changed in this diff Show More