Python_homework.py script that can determine if a particular IP address (192.168.0.1) belongs to the router or a lease.
Following these steps will help you classify IP addresses on your own system using the Python_homework.py script.
Python_homework.py requires Python 3 to run. You can install python from here: https://www.python.org/downloads/.
Once installed you can run the program with the following command
Python Python_homework.py
Thanks to Zak for this demo.