My father _______ _________(read) the novel twice.
查看答案
下列表示UDP连接的是
A. SOC_STREAM
B. SOCK_DGRAM
C. SOCKET
D. AF_INET
在socket通信中将bytes字节流转换成整型数组的模块是
A. pustil
B. socket
C. array
D. struct
利用线程池一次性创建16个线程的是()
A. p=threading(16)
B. Threadpool(16)
C. p=threading.Threadpool(16)
D. p=threadpool.Threadpool(16)
python编程中,类的私有方法必须包含的参数是(),且必须为第一参数
A. init
B. self
C. class
D.