Skip to content

Commit 44cb2b9

Browse files
committed
国外版
1 parent 4a83e94 commit 44cb2b9

File tree

3,970 files changed

+620
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,970 files changed

+620
-621
lines changed

1.py renamed to 国外版.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ def main():
120120

121121

122122
if __name__=='__main__':
123-
if os.path.exists("算法题"):
124-
os.chdir("算法题")
125-
else:
126-
os.mkdir("算法题")
127-
os.chdir("算法题")
123+
folderName = "算法题(国外版)"
124+
if not os.path.exists(folderName):
125+
os.mkdir(folderName)
126+
os.chdir(folderName)
128127
main()
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)