Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c8a742c

Browse files
authored
Update PC_Cleaner.py
1 parent 15b1b33 commit c8a742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Mini Projects/PC Cleaner/PC_Cleaner.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def move(foldername, files):
1414

1515

1616
files = os.listdir()
17-
create("Only C Programs") # Create Folder for you files
17+
create("Only C Programs") # Create Folder for your files
1818
C = ['.c'] # The folder only consist of files with extension .c
1919
Cs = [file for file in files if os.path.splitext(file)[1].lower() in C]
2020
# Move files to the new folder, only .c files will be moved

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /