rediffuser le fichier après modification de Python
import os
import sys
os.execv(sys.executable, ['python'] + sys.argv)
The Coding Master
import os
import sys
os.execv(sys.executable, ['python'] + sys.argv)