So essentially, I have an HTML file in the same directory as my .py file, which contains the following code:
import sys from socket import * serverPort = 12500 se