登录
注册
首页
->
python程序设计
下载题库
s = “the sky is blue”,表达式 print(s[-4:], s[:-4]) 的结果是:、
(A)the sky is blue
(B) blue is sky the
(C) sky is blue the
(D) blue the sky is
参考答案
继续答题:
下一题
更多python程序设计试题
1
安装Python扩展库时只能使用pip工具在线安装,如果安装不成功就没有别的办法了。
考试