Write a new function for the racetrack class called add race

Assignment Help Python Programming
Reference no: EM132394090

Assignment

For these problems we will use objects to create a race between several creatures. To get full credit, show your codes, and the results after you run your codes.

1 Question

First, write a Python class called RaceTrack. This class will have an init function that will create a new parameter called racers. Thus parameter will be a list to store our racers. Show the class itself, with this function.

2 Question

Now write a new function for the RaceTrack class called add racer. This function will take one additional parameter, racer. This parameter will be a racer we will add for our race. To do so, inside this function, add this racer to the racers list. Show the whole class with this new function.

3 Question

Now we'll create our racers for our race. For this, create a new class, Racer. This object will have an init function that will take two additional parameters: name, and speed. These will be the name of our racers, and the speed at which they will run. Inside this function, we will set two parameters, name and speed, that will be the two parameters, respectively. Show this class, with this function.

4 Question

Now create a Tortoise class, which is a subclass of Racer from before. This Tortoise will have one function, run. This function will take one extra parameter, distance. Inside this function, we will calculate the time for our Tortoise to run the distance. Have it return the distance divided by the object's speed. Show this class, with this function.

5 Question

Create another class, called Hare. This one will again be a subclass of the Racer object. We will define a run function as before, but this one will calculate a random speed between 0 and this object's speed, which is its max speed. Use this random speed to divide the distance and return the result. Show this class, with this function.

6 Question

Now we'll finally let our racers run. To do so, we need a run race function in the RaceTrack class from earlier, which will take one extra parameter: distance. This function will loop through all the racers we added with the add racer function, and let them run the distance we specify with the parameter. To do so, for each racer we have, we will call each racer's run function, with the distance we will supply with the run race function. Each racer will return the time it took for them to run that distance, which we append, along with their name, as a tuple in a list. Once all the racers have run, sort the list, and return the name of the winner. Show this function.

7 Question

Let's run a race! Create a new Tortoise object, with the name Yertle, with speed 5. Create a new Hare object named Thumper with speed 10. Add these two racers to a new RaceTrack, and run a race with a distance of 1000 using seed 73485. Who wins? Show your code and your winner.

8 Question

Run another race, with the same distance as the previous question, this time with seed 34892. Who wins this time?

9 Question

Let's add another type of racer. Create a new subclass of Racer called Duck. This class will have an init function that will take three extra parameters: name, minspeed, and maxspeed. In this function store these variables for the class. It will also have a run function, which this time will calculate a random speed between the minspeed and maxspeed parameters from before. Use this speed to divide the distance
that is provided to the run function. Show this class, along with its functions.

10 Question

Let's run a third race! Using your RaceTrack object from before, with our two racers, add a new Duck racer named Eggbert. This object will have a minspeed of 3, and maxspeed of 7. Run a race to 1000 again using seed 483. Who wins this time? Show your code and your winner.

Reference no: EM132394090

Questions Cloud

Confidence interval for the population mean : Calculate the lower bound of the 95% confidence interval for the population mean weekday sleep time of all adult residents of this Midwestern town.
What is relationship between technology and society : Are humans the drivers of technology or does technology drive humans? What is relationship between technology and society, does technology constitute society
The disaster recovery plan : The disaster recovery plan and who is responsible at your place of employment. Consider the critical business functions and your recovery point objectives
Define primary cause of great depression in united states : What would you say was the primary cause of the Great Depression in the United States. How did the United States economy recover. How does this differ from.
Write a new function for the racetrack class called add race : Write a Python class called RaceTrack. This class will have an init function that will create a new parameter called racers. Write a new function for the Race.
Confidence interval for the average salary : The Chartered Financial Analyst (CFA®) designation is fast becoming a requirement for serious investment professionals. Although it requires a successful
Normally distributed with a mean : According to the College Board, SAT mathematics scores from the 2015 school year for high school students in the United States were normally distributed
Calculate surplus resulting from the minimum wage increase : Minimum wage is a price floor. In a paragraph, discuss in how an increase in minimum way will affect the quantity demanded and supplied of labor.
Prices for paperback books and the number of pages : Assume you have noted the following prices for paperback books and the number of pages that each book contains.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd