想从字符串 s = '我是一个字符串',打印出'字符串',可用以下哪种方式?
print(s[4:])
print(s[4:6])
print(s[3:6])
print(s[5:])
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复