题解 | #牛客网大佬之间的差距#

牛客网大佬之间的差距

https://www.nowcoder.com/practice/7487bcc22a0a487da941f357ab6b5d8e

import pandas as pd

nowcoder = pd.read_csv("Nowcoder.csv", sep=",")
print(
    int(
        nowcoder[nowcoder["Level"] == 7]["Achievement_value"].max()
        - nowcoder[nowcoder["Level"] == 7]["Achievement_value"].min()
    )
)

全部评论

相关推荐

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

创作者周榜

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