题目内容

以下源和目标主机的不同IP地址组合中,只有( )组合可以不经过路由直接寻找。

A. 125.2.5.3/24和136.2.2.3/24
B. 125.2.5.3/16和125.2.2.3/16
C. 125.2.5.3/16和136.2.2.3/21
D. 125.2.5.3/24和136.2.2.3/24

查看答案
更多问题

下面程序的输出结果是()。d={2:[‘free’,’and’,’easy’],0:[‘laid’,’back’],1:[‘happy’,’go’,’lucky’]}print(d[1][-1][1:])

下列程序的输出结果是()。def f1(my_dict):temp=0for value in my_dict.values():temp=temp+valuereturn tempa_dict={‘bill’:1, ‘rich’:2, ‘fred’:10, ‘walter’:20}print (f1(a_dict))

下列程序的输出结果是()。def f1(my_dict):temp=’’for key in my_dict:if temp

阅读下面Python程序,绘制的图形是( )形。import turtle as tfor i in range(1,5):t.fd(50)t.left(90)

答案查题题库