登录
注册
首页
->
python程序设计
下载题库
表达式 ‘Hello world!’[-4] 的值为______。
答:(’r’)
继续答题:
下一题
更多python程序设计试题
1
以下程序的输出结果是: lcat =[“狮子”,“猎豹”,“虎猫”,“花豹”,“孟加拉虎”,“美洲豹”,“雪豹”] for s in lcat: if “豹” in s: print(s,end="") continue、