str1="你是大英雄",执行下列哪个选项可以输出"雄英大是你"?( )
print((str1(0,0))
print(str1[::-1])
print(str1[0])
print(str1[0:5])
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复