ulang file setelah ganti python

import os
import sys
os.execv(sys.executable, ['python'] + sys.argv)
The Coding Master