nm_scanner = nm_scan.scan(sys.argv[1], '80' ,arguments='-O') #The value returned to nm_scanner is in the form of a DICTIONARY. #sys.argv : To take input and scan the ...