need help with python 1
Please read The Below First
I’m looking for someone who does not use Chegg or Course Hero or any online cites to provide your answers. The professor checks these other sites as well. If you do this to provide your answers and don’t use your own, let me know immediately so I can choose someone else to assist me. I have been notified that an assignment was linked to Chegg or Course Hero etc.
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper NowSomeone that uses their own words, so nothing can be found on the internet.
Someone who does not Plagiarize others work from online websites.
I have word documents attached with the instructions.
Then let me know.
Thank you.
Subjects are:
Python
Your answers will be original?
The professor or anyone will not be able find these answers on any online website?
Please answer:
1. Read all the instructions and let me know if you have any questions about what must be done.
2. Your answers will be all original?
3. Do you guarantee that all your work is original and none of what you write can or will be found on any online site?
Therefore, I try to provide a longer time for the work to be completed.
Assignment:
- A header comment for the program
- A header for the function describing the parameters and return value.
- Comment the blocks of code.
The text has descriptions of all this, so reread that if necessary.
This should be done in the main function before creating the randomly walking turtle.
There are several ways to determine the distance between two turtles. You could use math.sqrt or math.hypot to compute the distance. If you read the turtle documentation, you may find another way as well. Talk to the instructor if you are having trouble with this. Be sure to comment this function.
The next step is going to deal with the turtle moving off the screen horizontally.
Add another feature to your program. Either more randomness, or one more randomly walking turtle, or multiple black holes, or ???
This doesn’t have to be too fancy, but should be more than just adding one line of code.