Chat with us, powered by LiveChat Computer Science | Writedemy

Computer Science

Computer Science

your name
# your ID number
# CSE 101
# Lab 2

# In this part of the file it is very important that you write code inside
# the functions only. If you write code in between the functions, then the
# grading system will not be able to read your code or grade your work!

def ddg(poultry):
    # Write your code here and edit the return statement below as needed.
    return -1

def schedule(temperatures):
    # Write your code here and edit the return statement below as needed.
    return -1

def intersection(first_list, second_list):
    # Write your code here and edit the return statement below as needed.
    return -1

# Below you will see an if-statement and a few tests. It is REALLY important
# that you not delete this if-statement or the tests inside. You may, however,
# add more tests to the code below. You can format them however you like.

if __name__ == "__main__":
    # Check the assignment itself to find what the correct outputs should be
    # for these tests.

    ############### Part 1 Tests ###############
    print('Testing ddg() for ["goose", "duck", "duck", "duck"]: ' + str(ddg(["goose", "duck", "duck", "duck"])))
    print('Testing ddg() for ["duck", "egg", "goose", "egg"]: ' + str(ddg(["duck", "egg", "goose", "egg"])))
    print('Testing ddg() for ["duck", "duck", "egg", "goose"]: ' + str(ddg(["duck", "duck", "egg", "goose"])))
    # Write your own tests for Part 1 here!
    print() # prints a blank line

    ############### Part 2 Tests ###############
    print('Testing schedule() for [72, 84, 55]: ' +
          str(schedule([72, 84, 55])))
    print('Testing schedule() for [95, 63, 70]: ' +
          str(schedule([95, 63, 70])))
    print('Testing schedule() for [44, 56, 68, 92]: ' +
          str(schedule([44, 56, 68, 92])))
    # Write your own tests for Part 2 here!
    print()  # prints a blank line

    ############### Part 3 Tests ###############
    print('Testing intersection() for [1,2,3,4,5] and [2,4,6,8,10]: ' +
          str(intersection([1,2,3,4,5], [2,4,6,8,10])))
    print('Testing intersection() for [12,45,91] and [36,91]: ' +
          str(intersection([12,45,91], [36,91])))
    print('Testing intersection() for [2,3,4,5,6] and [7,8,9,10,11]: ' +
          str(intersection([2,3,4,5,6], [7,8,9,10,11])))

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order