题解 | #输出前三同学的成绩#

输出前三同学的成绩

https://www.nowcoder.com/practice/6a62c334fd974905813fb610e93d59bb

str = input()
str_arr = str.split(' ')
lists = tuple(str_arr)
print(lists[:3])

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务