cyber-security-resources/python
cclauss 9be4666773
Define raw_input() for Python 3
In Python 3, __raw_input()__ has been replaced with __input()__
* Also added __.strip()__ to input statements to deal gracefully with leading or trailing spaces.
2018-06-02 09:43:44 -04:00
..
amazing_python_references.md Create amazing_python_references.md 2018-05-02 00:39:25 -04:00
python_nmap.py adding a quick python nmap example 2018-03-13 18:18:55 -04:00
quick_scanner.py Define raw_input() for Python 3 2018-06-02 09:43:44 -04:00