Files
nmap/nmap.py
Greg Hendrickson 9c6675329f Update nmap.py
I have changed the if-else statement in the menuSelector() function to a switch statement, using a python dictionary.
The switch statement checks if the menuChoice variable exists as a key in the dictionary and returns the corresponding value,
2023-01-24 05:55:43 -08:00

1.8 KiB