I\'m new in python programming. When i try running a simple python script i get error like this in my terminal
root@bt:/tmp# python code.py Traceback (most recen
you are defining host in the first line of try/except i believe the error is in that first line. to debug this take remove the try/except to see what the actual error is.
host
try/except