I am using python 2.7 and am running into an error message. I am following a tutorial and am not sure if my error is because of the version of python I am using.
HostIP = input("Enter Host IP: ")
I get a syntax error once I add the second period. 192.168 gives no error. 192.168. - error begins. I am trying to write a script that will be using the socket module. Any guidance would be helpful.
Thank You!