import socket
# Specify the target subnet
subnet = 10.0.0.0/24
# Create a socket object
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
# Connect the socket to the port where the IIS server ...
内置函数就是Python给你提供的,拿来直接用的函数,比如print.,input等。 截止到python版本3.6.2 ,python一共提供了68个内置函数,具体如下 abs dict help min setattrall dir hex next sliceany divmod id object ...