Search

You can find the results of your search below.

01 @courses:cs101-2022b:labs
13 Hits, Last modified:
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
10 Hits, Last modified:
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
4 Hits, Last modified:
. 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
3 Hits, Last modified:
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
1 Hits, Last modified:
.</p> <p>To ensure the autograder works for your program, use the column names</p> <pre><code>year, month,
05 @courses:cs101-2022b:assignments
1 Hits, Last modified:
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
1 Hits, Last modified:
network. But trees can also be used for designing programs that classify other data – this is the machine-l
02 @courses:cs101-2022b:labs
1 Hits, Last modified:
//en.wikipedia.org/wiki/Code_review">review</a> a program written by a coworker. The problem they were aske
03 @courses:cs101-2022b:labs
1 Hits, Last modified:
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
1 Hits, Last modified:
n">Introduction</h2> <p>We would like to write a program that represents pipelines, as you might do if you