DEV Community

Discussion on: Let's! Ping The Network with 15 Line Of Code Using Python & Scapy!

Collapse
 
rudyryk profile image
Alexey Kinev

Hello, Ankit! Good positng, thank you. Btw, it's more general to write:

resp is None

because None is a singleton. Also explicit imports are more preferred, like:

from scapy.all import IP, ICMP, sr1