1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
zmey [24]
3 years ago
14

project-1 Write a class called Person that has two data members - the person's name and age. It should have an init method that

takes two values and uses them to initialize the data members. Write a separate function (not part of the Person class) called basic_stats that takes as a parameter a list of Person objects and returns a tuple containing the mean, median, and mode of all the ages. To do this, import the statistics library and use its built-in mean, median and mode functions. Your basic_stats function should return those three values as a tuple, in the order given above. For example, it could be used as follows: p1 = Person("Kyoungmin", 73) p2 = Person("Mercedes", 24) p3 = Person("Avanika", 48) p4 = Person("Marta", 24) person_list = [p1, p2, p3, p4] print(basic_stats(person_list)) # should print a tuple of three values The files must be named: std_dev.py
Computers and Technology
1 answer:
MArishka [77]3 years ago
4 0
Hello how are you today
You might be interested in
Which of the following is used to allocate memory for the instance variables of an object of a class?1. the reserved word public
kodGreya [7K]

Answer:

The correct answer to the following question will be 2. the operator new.

Explanation:

New operator is used to allocating the memory to the instance object.The new object can be created by using a "new" keyword in java .

Syntax of using 'new' operator is :

class_name object_name=new class_name() // it allocated the memory to the class

For Example :

ABC obj = new ABC;  

Now, this time obj points to the object of the ABC class.

obj = new ABC ();

call the construction of ABC class

3 0
3 years ago
Why was unicode invented
Luden [163]
Uni code is short for universal code , it was created so that all countries could communicate together without the need for special encoding for each country
7 0
3 years ago
How can I cancel my subscription I try to go to my account setting and the only thing that pops up is terms of use and change co
Sati [7]

If the only trying that appears is terms of use and change country, that means you are a free user and not a paying subscriber.

So there is no actual subscription to cancel.

If you were a paying subscriber, there would be a cancel subscription option within your account settings.

8 0
2 years ago
At Tech Edge Inc., a special team is set up for making a robot capable of assisting blind people in daily activities. The member
Ivan

Answer: Cross-functional team

Explanation:

Cross-functional team is the community of people that have expertise quality in different functions to perform and attain a common aim.

  • The fields that are involved in different function are financial department, HR(Human resource) department ,operation team,marketing team etc. in an organization
  • According to the question, new team formed under the senior manager is a cross-functional team.
  • Members of different area such as research and development,manufacturing, marketing etc are gathered togather as a team so that they can work towards the robot project.
6 0
3 years ago
On what basis can you categorize the generations of computers?
den301095 [7]
I basically agree with the answer B.
8 0
3 years ago
Other questions:
  • Consider the following method.
    13·1 answer
  • Read the following scenario: A project will require more people than originally estimated. Identify the possible risks to the pr
    8·2 answers
  • Que es un programa de ordenador?
    10·1 answer
  • It keeps saying “something is going wrong oops!” when i click on my brainly notifications what do I do
    9·1 answer
  • Following the car in front of you at a closer distance _____.
    6·2 answers
  • Write and test a Python program to find and print the largest number in a set of real (floating point) numbers. The program shou
    5·1 answer
  • Yall tryna play gta later? I play on ps4
    12·2 answers
  • Suppose cell C5 contains the formula =B$6+C1.
    6·1 answer
  • The following pieces are known as (image shown above)
    15·2 answers
  • Help help help help help help help help
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!