Search
You can find the results of your search below.
Fulltext results:
- 06 @courses:cs101-2022b:labs
- n</span> <span class="name">product</span>(lst :: List<Number>) -> Number: <span class="keywo... tring">"Return the product of the numbers in list lst"</span> <span class="keyword">cases</span> (List) lst: | empty => 1 | link(f, r) => ... d">where</span>: product([<span class="keyword">list</span>: 5, 2, 3]) <span class="keyword">is</span>
- 05 @courses:cs101-2022b:assignments
- ems, we will tell you whether to use the built-in list operations (like <code>map</code> and <code>filte... ef="https://www.pyret.org/docs/latest/lists.html">List documentation</a></li> <li><a href="https://www.c... ask</strong>: Split <code>book-text</code> into a list of words, using Pyret’s <a href="https://www.pyre... split-all</code></a> function. Name the resulting list of words <code>split-text</code>.</p> </div> <h
- 05 @courses:cs101-2022b:labs
- n the table itself, let’s pull them out and get a list of all the free-text observations.</p> <div clas... all-observations</span>(squirrels :: Table) -> List<String>: ... <span class="keyword">end</span> </pre> <p>that returns a list of all the observation strings from the three col... – instead, think how you can use Pyret’s built-in list functions:</p> <ul> <li><code>append</code> (or <
- 01 @courses:cs101-2022b:labs
- le</em> → <em>My Programs</em>, you’ll be shown a list of all your programs, including the one you just ... the professor know.</p></li> <li><p>You’ll see a list of courses you’re enrolled it. Click on the ID of your section.</p></li> <li><p>Now you’ll see a list of assignments for the course. For now the only o
- 03 @courses:cs101-2022b:assignments
- s you’ll see in the documentation produce a <code>List</code>, which is a data type we haven’t worked with yet. You <em>don’t</em> need to use <code>List</code>s to solve this problem!</p></li> <li><p>Af
- 01 @courses:cs101-2022b:assignments
- If you want to be more accurate, a comprehensive list of the color names Pyret understands can be found
- 04 @courses:cs101-2022b:labs
- ined_sanitizers%29">Pyret documentation</a> for a list of available sanitizers.</p> <p><strong>Hint</st