import time import socket import os import sys import string #=========================================================================# def restart_program(): python = sys.executable os.execl(python, python, * sys.argv) curdir =...