thbndi commited on
Commit
452325c
·
1 Parent(s): 3773470

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +6 -2
test.py CHANGED
@@ -1,2 +1,6 @@
1
- def print_test(task):
2
- print("Second fichier ok : ",task)
 
 
 
 
 
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)