Loading

摘要: 均值:平均数的一般量度 寻找中位数 认识众数 除了均值和中位数,还有第三种平均数,称为众数。 众数是一批数字中频数最大的数值。 有时候,数据的众数可以不止一个。 如果有一个以上的数值具有最大频数,则每一个这样的数值都是众数。 如果数据看上去体现了多种趋势或多批数据,那么我们就为每一批数据给出一个众数 阅读全文
posted @ 2023-04-25 21:20 Artwalker 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Instructions Create a function that takes an integer as an argument and returns "Even" for even numbers or "Odd" for odd numbers. Solution def even_or 阅读全文
posted @ 2023-04-25 18:45 Artwalker 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Count of positives / sum of negatives Given an array of integers. Return an array, where the first element is the count of positives numbers and the s 阅读全文
posted @ 2023-04-25 18:45 Artwalker 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Details An isogram is a word that has no repeating letters, consecutive or non-consecutive. Implement a function that determines whether a string that 阅读全文
posted @ 2023-04-25 18:42 Artwalker 阅读(5) 评论(0) 推荐(0) 编辑
Live2D