题解 | #截取字符串#

截取字符串

https://www.nowcoder.com/practice/a30bbc1a0aca4c27b86dd88868de4a4a

str1 = input()
n = int(input())

str1list = list(str1)
str1list = str1list[:n]
print(''.join(str1list))  # str(lsit)输出的是带括号的,相当于打印

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务