以下代码执行结果为:()。 A: Hello B: phpmysql!! C: HelloHello D: Hellophpmysql!!
以下代码执行结果为:()。 A: Hello B: phpmysql!! C: HelloHello D: Hellophpmysql!!
下列程序输出为[img=116x62]1803c838084f626.png[/img] A: hello B: hellohello C: hello2 D: 系统报错
下列程序输出为[img=116x62]1803c838084f626.png[/img] A: hello B: hellohello C: hello2 D: 系统报错
repeat方法描述正确的是() A: hello’.repeat(2)//"hellohello" B: na’.repeat(0)//"na" C: na’.repeat(2.9)//"nanana" D: na’.repeat(Infinity)//"nana......"
repeat方法描述正确的是() A: hello’.repeat(2)//"hellohello" B: na’.repeat(0)//"na" C: na’.repeat(2.9)//"nanana" D: na’.repeat(Infinity)//"nana......"
以太网传输 ASCII码信息“Hellohello!”,若封装成 MAC 帧格式,问:(1)帧中数据字段长度为多少字节?(2)需要填充多少个字节?
以太网传输 ASCII码信息“Hellohello!”,若封装成 MAC 帧格式,问:(1)帧中数据字段长度为多少字节?(2)需要填充多少个字节?
用 CSMA/CD 协议局域网传送 ASCII码信息“Hellohello!”,若封装成 MAC 帧格式,请问:(1)帧中数据字段长度为多少字节?(2)需要填充多少个字节?
用 CSMA/CD 协议局域网传送 ASCII码信息“Hellohello!”,若封装成 MAC 帧格式,请问:(1)帧中数据字段长度为多少字节?(2)需要填充多少个字节?
关于下面代码的描述,错误的是 n=1 deffunc(a,b): c=a*b returnc s=func("Hello",2) print(c) A: 运行结果是出错,出错类型是 NameError:name'c'isnotdefined B: c是一个局部变量 C: 打印输出字符串:"HelloHello" D: n是一个全局变量
关于下面代码的描述,错误的是 n=1 deffunc(a,b): c=a*b returnc s=func("Hello",2) print(c) A: 运行结果是出错,出错类型是 NameError:name'c'isnotdefined B: c是一个局部变量 C: 打印输出字符串:"HelloHello" D: n是一个全局变量
关于Python字符串操作的描述,错误的是 A: >>> "hellohellohello"/3<br/>输出结果是"hello" B: >>> "hello"*2<br/>输出结构是'hellohello' C: >>> 'hello' + 1<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError:<br/>must be str, not int D: >>> "hello" - "world"<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'
关于Python字符串操作的描述,错误的是 A: >>> "hellohellohello"/3<br/>输出结果是"hello" B: >>> "hello"*2<br/>输出结构是'hellohello' C: >>> 'hello' + 1<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError:<br/>must be str, not int D: >>> "hello" - "world"<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'
关于Python字符串操作的描述,错误的是() A: >>><br/>"hellohellohello"/3<br/>输出结果是"hello" B: >>><br/>"hello"*2<br/>输出结构是'hellohello' C: >>><br/>'hello' + 1<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError: must be<br/>str, not int D: >>><br/>"hello" - "world"<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'
关于Python字符串操作的描述,错误的是() A: >>><br/>"hellohellohello"/3<br/>输出结果是"hello" B: >>><br/>"hello"*2<br/>输出结构是'hellohello' C: >>><br/>'hello' + 1<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError: must be<br/>str, not int D: >>><br/>"hello" - "world"<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'