Search
You can find the results of your search below.
Fulltext results:
- 01 @courses:cs101-2022b:labs
- with</p> <ul> <li>using the code.pyret.org (CPO) programming environment and</li> <li>the procedure for su... em> (left) is where you’ll provide Pyret with the program you want it to run. The program could consist of definitions (assignment of variables to expressions or fu... /em> (right) is where the results of running your program are displayed and where you can experiment.</p></
- 02 @courses:cs101-2022b:assignments
- ch are accessible to all functions throughout the program. They are normally defined in the top of the program and are distinguished from local variables by having ... et style and testing check</h2> <p>Remember that programs aren’t just written for computers to run; they’r... English essay, there is good style for writing a program.</p> <p><strong>Task</strong>: Take a moment to
- 04 @courses:cs101-2022b:assignments
- . It turns out, this can be pretty hard, and many programmers and companies get this wrong in practice!</p>... ="https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names">falsehoods programmers believe about names</a>.</p> <p class="task"><strong>Task... mment (<code>#| ... |#</code>) at the top of your program before moving on to Part 2.</p> <ol> <li><p>Take
- 04 @courses:cs101-2022b:labs
- e’re ready to import the spreadsheet into a Pyret program.</p> <p><strong>Task</strong>: Add the following code at the top of your program:</p> <pre><code><span class="keyword">include</sp... <code>student-data</code> table when you run the program. If you are not able to see your table, call your
- 03 @courses:cs101-2022b:assignments
- .</p> <p>To ensure the autograder works for your program, use the column names</p> <pre><code>year, month,
- 05 @courses:cs101-2022b:assignments
- a column to a table, here we want you to practice programming with lists, so use <code>add-col</code> inste
- 06 @courses:cs101-2022b:assignments
- network. But trees can also be used for designing programs that classify other data – this is the machine-l
- 02 @courses:cs101-2022b:labs
- //en.wikipedia.org/wiki/Code_review">review</a> a program written by a coworker. The problem they were aske
- 03 @courses:cs101-2022b:labs
- get started, include this code at the top of your program, in the definitions pane:</p> <pre><code><span cl
- 07 @courses:cs101-2022b:labs
- n">Introduction</h2> <p>We would like to write a program that represents pipelines, as you might do if you