Skip to content

Commit 7eff217

Browse files
committed
nice
1 parent 46dfc70 commit 7eff217

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

GRTAGS

0 Bytes
Binary file not shown.

GTAGS

0 Bytes
Binary file not shown.

mylib/list.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ def run_option3():
4040

4141
def run_option4():
4242

43+
os.system("cls")
4344
dir = input("Diretório de origem: ")
4445
ext = input("Extensão: ")
4546
remove_files(dir,ext)
4647

4748
def run_option5():
4849

50+
os.system("cls")
4951
dir = input("Diretório de origem: ")
5052
dir_out = input("Diretório de saída: ")
5153
do_all_comics(dir,dir_out)

0 commit comments

Comments
 (0)