A. 无连接的通信协议,实现端到端的通信 B. 有连接的通信协议,实现点到点的通信 C. 无连接的通信协议,实现点到点的通信 D. 有连接的通信协议,实现端到端的通信
A. 对 B. 错
A. def myfunc(arg1=1): B. def myfunc(*args): C. def myfunc(*args, a=1): D. def myfunc(a=1, **args):
A. interest(3000) B. interest(3000,3,0.1) C. interest(day=2,3000,0.05) D. interest(3000,interest_rate=0.1,day=7)