File size: 152 Bytes
452325c |
1 2 3 4 5 6 |
import sys
import os
import shutil
def print_test(task,path_benchmark):
print("Second fichier ok : ",task)
shutil.move('.ex.py', path_benchmark) |
452325c |
1 2 3 4 5 6 |
import sys
import os
import shutil
def print_test(task,path_benchmark):
print("Second fichier ok : ",task)
shutil.move('.ex.py', path_benchmark) |