Search

You can find the results of your search below.

03
11 Hits, Last modified:
<strong>Task</strong>: First you’ll first need to write a function that takes a table Row as input and re... ur functions.</p> <p><strong>Task</strong>: Next, write an <em>expression</em> (not a function) to filter... end of the market.</p> <p><strong>Task</strong>: Write an expression in the definitions pane that produc... is greater than 90%.</p> <p>This requires you to write another helper function. As we demonstrated above
02
9 Hits, Last modified:
<li>writing examples/tests for the functions you write.</li> </ul> <p style="margin: 2em 0; border-top:... ong as I need it to! |# </code></pre> <ul> <li><p>Write down an example where the code does not return wh... /tr> </tbody> </table> <p><strong>Task</strong>: Write a function that takes in the average recorded rec... s (that is, no decimals or fractions). Be sure to write tests for your function that address <em>each</em
06
5 Hits, Last modified:
each time the function is called.</p> </div> <p>Write your solutions as comments in your file in this f... Task</strong>: Fill in the missing parts below to write a function <code>max-pos-num</code> that takes in... Task</strong>: Fill in the missing parts below to write a function that takes in a list of (non-negative)... d">end</span> </code></pre> <p>You don’t need to write test cases for this function, but you should call
05
4 Hits, Last modified:
scaling formulas.</p> </div> <p>You will need to write (simple) helper functions to do this!</p> <p>To ... /p> <div class="task"> <p><strong>Task</strong>: Write a function</p> <pre class="pyret"><span class="ke... /p> <div class="task"> <p><strong>Task</strong>: Write a function</p> <pre class="pyret"><span class="ke... ase.</p> </div> <p>To do this, you don’t need to write a recursive function – instead, think how you can
04
3 Hits, Last modified:
rwise.</p> <p>Before you begin, take a moment to write down the tasks that you need to do for this compu... xpression that computes the answer directly; just write your answer in a comment.</p> <h3 id="exercise-... g for a challenge:</p> <p><strong>Task</strong>: Write a function <code>percent-true</code> that takes a
07
3 Hits, Last modified:
roduction">Introduction</h2> <p>We would like to write a program that represents pipelines, as you might... data (<code>Pipeline</code>), it’s a good idea to write a template we can use for functions that take tha... u understand how this function works – how did we write this based on the template above?</p> <p class="