Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse P

Alphabetical listing with fast deep pagination.
81033 items • Page 1621 / 1621

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
python question Complete following function according to the specification in th
python question Complete following function according to the specification in the documentation string. You will need to create your own custom exceptions for these functions. # W…
python question The initialisation function and the __str__() function for a Pri
python question The initialisation function and the __str__() function for a PriorityQueue class are shown below. This class uses a min binary heap (i.e. the smallest value at the…
python question please show code and steps!!! Bonus Question 1 (McCarthy 91 Func
python question please show code and steps!!! Bonus Question 1 (McCarthy 91 Function) [1 point: The McCarthy 91 function is defined by: Mon) n 10 if n 100, MOn) MM(n 11) if ns100 …
python question plz help! thank you very much! how to use for loop to repeat an
python question plz help! thank you very much! how to use for loop to repeat an program? for example, yn= input("Do you want enter a new data?(Please answer this use yes or no):")…
python question! How to check the circle is in the box, and return true or false
python question! How to check the circle is in the box, and return true or false, show code and steps! A method named insideBox that takes the following inputs: the x coordinate o…
python question! Practice project: The tic-tac-toe game we are going to create i
python question! Practice project: The tic-tac-toe game we are going to create is the well-known game: There is a 3x3 board (matrix). initially empty. There are two players, the X…
python question! please shoe code and steps! thanks! Here is the the information
python question! please shoe code and steps! thanks! Here is the the information from limerick.txt. Your guy can edit to limerick.txt A programming genius called Hank Wrote a syst…
python question! please show code and steps! Bonus Question 1 (Gray Code) [3 poi
python question! please show code and steps! Bonus Question 1 (Gray Code) [3 points]: Consider following Python function for Gray code by bit width enumerating all binary numbers …
python question! please show code and steps! Lab Question 1 (Nested Squares) [5
python question! please show code and steps! Lab Question 1 (Nested Squares) [5 points] with bonus: A. The picture to the right consists of 10 squares. The outermost is 200 wide a…
python question! please show code and steps! Lab Question 4 (Pig Latin) [5 point
python question! please show code and steps! Lab Question 4 (Pig Latin) [5 points] with bonus 12 points]: Write a function igpayatinlay (e) that translates English to Pig Latin: f…
python question! please show code and steps!! Bonus Question 2 (Ackermann Functi
python question! please show code and steps!! Bonus Question 2 (Ackermann Function) [2 points]: The Ackermann function has some interesting theoretical properties because it is no…
python question: Please upload screenshot and be precise with answer the questio
python question: Please upload screenshot and be precise with answer the question exactly as shown in the picture (exact decimal numbers and loop with underline) Problem Descripti…
python questions You are considering a new game to buy. Write a piece of code th
python questions You are considering a new game to buy. Write a piece of code that accepts two values from the user, the rating of the game and the average cost (in dollars). You …
python recursive Define a merge function, whose first argument is a list (possib
python recursive Define a merge function, whose first argument is a list (possibly empty), always containing equal-length strings; its second argument is a single string. It retur…
python regular expression la. (2 pts) Write a regular expression pattern that ma
python regular expression la. (2 pts) Write a regular expression pattern that matches all numbers from 1-31 (interesting because it represents all the possible days in a month). I…
python template provided checkout (num_hats, num tels, num_creans): This functio
python template provided checkout (num_hats, num tels, num_creans): This function starts off knowing how many Headless Hats, Boxing Telescopes, and Canary Creams we would like to …
python using 3.5.2!!!!!!!!!!! *6.19 (Geometry: point position) Exercise 4.31 sho
python using 3.5.2!!!!!!!!!!! *6.19 (Geometry: point position) Exercise 4.31 shows how to test whether a point is on the left side of a directed line, on the right, or on the same…
python, printing a line from a file i need to open the file with a function ive
python, printing a line from a file i need to open the file with a function ive made, i think ive got that, now i want it to print just the first line In [1 def open_function (b) …
python. Write a function, called update dictionary that has two parameters: a fi
python. Write a function, called update dictionary that has two parameters: a filename and a dictionary. The function should Open the given file 1. If the file open succeeds print…
python3 (1a) Complete the examples in the docstring and then write the body of t
python3 (1a) Complete the examples in the docstring and then write the body of the following function: def diff_first_last(L): '’' (list) -> boolean Precondition: len(L) >= …
python3 (2a) Write a function middle which takes a list L as its argument and re
python3 (2a) Write a function middle which takes a list L as its argument and returns the item in the middle position of L, when L has an odd length. Otherwise, middle should retu…
python3 describes a GUI programs(tkinter) that draw a rectangle and/or an oval,
python3 describes a GUI programs(tkinter) that draw a rectangle and/or an oval, as shown the figures belows. The user selects a figure from a radio button and specifies whether it…
python3 from operator import add, mul def square (x): return x * x def negate(x)
python3 from operator import add, mul def square (x): return x * x def negate(x): return x def identity(x): return x def triple (x): return 3 * x def increment(x): return x+1 def …
python3 includes three more doctest please Q5: Matches in the box For this probl
python3 includes three more doctest please Q5: Matches in the box For this problem you need to use Mutual Recursion. If you are not sure how to use it, please refer to section 1.7…
python3... please help :) def sum_divisors (n) : Given a positive integer n, cal
python3... please help :) def sum_divisors (n) : Given a positive integer n, calculate and return the total of all of its positive divisors. Note: n is also a divisor of itself. o…
python3.5 Define a function getWordLengthAverage that has 1 parameter of type st
python3.5 Define a function getWordLengthAverage that has 1 parameter of type string. The string can be empty or can contain a sentence. The function calculates the average length…
python: 1.write a statement (not an if statement) that stores the value True in
python: 1.write a statement (not an if statement) that stores the value True in valid if the variable score refers to a value greater than 0 but less than or equal to 0. 2.write a…
python: Create a NimGame in class that implements the simplest form of two-playe
python: Create a NimGame in class that implements the simplest form of two-player Nim-style games (http://en.wikipedia.org/wiki/Nim), sometimes called the "subtraction game." The …
python: Instructions You are expected to write your own program to approximate t
python: Instructions You are expected to write your own program to approximate the value of Pi (), using the method proposed by Archimedes (circa 250 BCE) Archimedes started by im…
python: toontown simulates more complicated processing on a 2-dimension table. g
python: toontown simulates more complicated processing on a 2-dimension table. get a copy of the program, then make the changes to the template so the program is functional. Your …
pythonGiven a set, weights , and an integer desired_weight , remove the element
pythonGiven a set, weights, and an integer desired_weight, remove the element of the set that is closest to desired_weight (the closest element can be less than, equal to OR GREAT…
pyton: In this assignment, you are writing a program that converts common textin
pyton: In this assignment, you are writing a program that converts common texting abbreviations to English words to allow people like yours truly can understand. OMG! For the assi…
pérson who has referent power is a person likely to be: A politician. A farmer w
pérson who has referent power is a person likely to be: A politician. A farmer who enjoys solitude. An undertaker who enjoys working alone. Both A and B. c. d. 5. Language is a co…