下面代码的输出结果是 for a in[’’torch’’,’’soap’’,’’bath’’]: print(a)

admin2019-09-02  5

问题 下面代码的输出结果是
for a in[’’torch’’,’’soap’’,’’bath’’]:
print(a)

选项 A、torch
soap
bath  
B、torch soap bath
C、torch,soap,bath
D、torch,soap,bath

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/l36p777K
0

相关试题推荐
最新回复(0)