题解 | #Python用户的平均提交次数#
Python用户的平均提交次数
https://www.nowcoder.com/practice/278b129eaadc477ebbd7cb929d4afa6c
print(round(Nowcoder['Number_of_submissions'][Nowcoder['Language']=='Python'].mean(),1))记得要用round
Python用户的平均提交次数
https://www.nowcoder.com/practice/278b129eaadc477ebbd7cb929d4afa6c
print(round(Nowcoder['Number_of_submissions'][Nowcoder['Language']=='Python'].mean(),1))记得要用round
相关推荐