Search
You can find the results of your search below.
Fulltext results:
- 04 @courses:cs101-2022b:labs
- gathered directly from Google Forms submissions, there exists data that either isn’t valid or isn’t usef... y of the spreadsheet is yours to tweak manually. There are some values that Pyret will not allow you to ... class="comment"># Put the ID of your spreadsheet here</span> <var>data-sheet</var> = load-spreadsheet(s... r that cell, it’s best to remove it. However, if there is a clear way clean up the data, you should edit
- 02 @courses:cs101-2022b:assignments
- >.</p> <p>Your friendly coaches and professor are here to help with this assignment! Check <a href="http... e? What makes this different from the task above where we check if global variable <code>TARGET-HOBBIES<... to run; they’re also for people to read. Just as there is good style for writing an English essay, there is good style for writing a program.</p> <p><strong>
- 05 @courses:cs101-2022b:assignments
- 4 October, 11:59 p.m. (This is later than usual; there isn’t an assignment going out next week)</p... span> </pre> <p>that returns a table like above, where the rows for each character are in the same order... o have you write that code for yourself.</p> <p>There are two key tasks here:</p> <ol> <li>turning a list into a single-column table, and</li> <li>adding a c
- 01 @courses:cs101-2022b:assignments
- nonymously, so please don’t include your name anywhere.</p> <h2>Help!</h2> <ul> <li><p><a href="https:/... <p>Your friendly coaches and instructors are also here to help with this assignment one-on-one. Check th... atest/color.html#%28part._s~3acolor-constants%29">here</a>.</p> <p>For this assignment, we won’t be grad
- 01 @courses:cs101-2022b:labs
- <p>If you have trouble, raise your hand -- we’re here to help!</p> <h2 id="opening-cpo">Opening CPO</h2... > <li><p>The <em>definitions pane</em> (left) is where you’ll provide Pyret with the program you want it... <li><p>The <em>interactions pane</em> (right) is where the results of running your program are displayed and where you can experiment.</p></li> </ul> <p>Before we c
- 05 @courses:cs101-2022b:labs
- nformation about the appearance of the squirrel, where it was seen, and what it was doing.</p> <p>While ... entral Park and they’re not in the water!</p> <p>There are 3,023 rows in this table, so it may take a fe... l colors</h2> <p>Now that you have a map of <em>where</em> the squirrels were sighted, it’s time to inv... ge it to <code class="string">"brown"</code>. If there’s no recorded fur color for a squirrel, use a whi
- 06 @courses:cs101-2022b:assignments
- m and data</h2> <p>The medical workers in a town where malaria risk is high want to distribute <a href="... </li> </ul> <p>To test your function (in a <code>where</code> block), you should define a small example ... opriate thresholds from our training data.</p> <p>Here’s a way we could learn what distance from a lake ... ong>: Make a table called <code>results2</code>, where the predicted column is computed using <code>net-
- 02 @courses:cs101-2022b:labs
- </code></pre> <ul> <li><p>Write down an example where the code does not return what you think it should... span class="keyword">end</span> </code></pre> <p>Here are some examples of the desired behavior of the ... want to get alerts only about weather happening where you are – at Vassar!</p> <p><strong>Task</strong... Vassar, and <code>false</code> otherwise.</p> <p>Here are some tests you can try (or make your own!):</
- 03 @courses:cs101-2022b:labs
- ver 75%"</span> ... <span class="keyword">where</span>: over-75-percent-sugar(candy-data.row-n(... </code></pre> <p>Note the examples in the <code>where</code> block to check that the function works cor... hat produces a table containing only the candies where <code>price-percent</code> is greater than 90%.</... bove, be sure to test this function with a <code>where</code> block – and to do so for each of the subse
- 07 @courses:cs101-2022b:labs
- > </tr> </tbody> </table> <ul> <li>and branches, where a pipe splits in two.</li> </ul> <table> <thead> ... n(pl1) ... ... pipeline-fun(pl2) ... end where: pipeline-fun(...) is ... end |# # # Exercise... class="keyword">end</code> <code class="keyword">where</code>: is-water-running(f-open) <code class="k... Fill in <ul> <li>the desired function name (everywhere it occurs),</li> <li>the docstring, and then</li>