Recent content by Sakal

  1. S

    Need Python Dictionary Help?

    Hello I need to write all error messages in a python dictionary to a text file. With my current python code, the text file that it wrote to just displays the dictionary as: {101: 'Invalid IP Address', 102: 'IP Address Conflict', 103: 'No Connection Can Be Established', 104: 'Connection Time...
Back
Top