Update test.py
Browse files
test.py
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
import sys
|
2 |
+
import os
|
3 |
+
import shutil
|
4 |
+
def print_test(task,path_benchmark):
|
5 |
+
print("Second fichier ok : ",task)
|
6 |
+
shutil.move('.ex.py', path_benchmark)
|