人生苦短,但求成长
人生苦短,但求成长
题解
题解 | #截取字符串#人生苦短,我用Python啊
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #截取字符串#人生苦短,我用Python啊
1201 浏览
0 回复
2022-01-26
人生苦短,但求成长
+关注
截取字符串
http://www.nowcoder.com/practice/a30bbc1a0aca4c27b86dd88868de4a4a
while True:
try:
str_input = input()
k = int(input())
print(str_input[:k])
except:
break
Python3
Python
字符串
华为机试
举报
收藏 10
赞 15
评论加载中...