Skip to content

Commit 060e9fa

Browse files
committed
Update documentation
1 parent c00f389 commit 060e9fa

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

_sources/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ During Python Camp, you can expect the following:
4343

4444
## When and Where?
4545

46-
In the spring of 2025, Python Camp will be offered during GW's Spring Break.
46+
In the spring of 2026, Python Camp will be offered during GW's Spring Break.
4747

4848
### {{ camp_name }}
4949

intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ <h2>What Does It Involve?<a class="headerlink" href="#what-does-it-involve" titl
458458
</section>
459459
<section id="when-and-where">
460460
<h2>When and Where?<a class="headerlink" href="#when-and-where" title="Permalink to this heading">#</a></h2>
461-
<p>In the spring of 2025, Python Camp will be offered during GW’s Spring Break.</p>
461+
<p>In the spring of 2026, Python Camp will be offered during GW’s Spring Break.</p>
462462
<section id="spring-2026">
463463
<h3>Spring 2026<a class="headerlink" href="#spring-2026" title="Permalink to this heading">#</a></h3>
464464
<table class="table">

parsons-problems/html/homework-1-2.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ <h2>Compose your code here</h2>
4343

4444
<div class="parsons-ps">
4545
<div class="parsons-block" id="pb-1" draggable="true">
46-
course_info = course.split()
46+
depts = []
4747
</div>
4848
</div>
4949

5050
<div class="parsons-ps">
5151
<div class="parsons-block" id="pb-2" draggable="true">
52-
print(depts)
52+
course_info = course.split()
5353
</div>
5454
</div>
5555

5656
<div class="parsons-ps">
5757
<div class="parsons-block" id="pb-3" draggable="true">
58-
for course in courses:
58+
print(depts)
5959
</div>
6060
</div>
6161

@@ -67,7 +67,7 @@ <h2>Compose your code here</h2>
6767

6868
<div class="parsons-ps">
6969
<div class="parsons-block" id="pb-5" draggable="true">
70-
depts = []
70+
for course in courses:
7171
</div>
7272
</div>
7373

parsons-problems/html/homework-2-GR.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Compose your code here</h2>
4141

4242
<div class="parsons-ps">
4343
<div class="parsons-block" id="pb-1" draggable="true">
44-
print(courses_db)
44+
course_info = course.split()
4545
</div>
4646
</div>
4747

@@ -65,31 +65,31 @@ <h2>Compose your code here</h2>
6565

6666
<div class="parsons-ps">
6767
<div class="parsons-block" id="pb-5" draggable="true">
68-
course_info = course.split()
68+
course_dict['section'] = course_info[2]
6969
</div>
7070
</div>
7171

7272
<div class="parsons-ps">
7373
<div class="parsons-block" id="pb-6" draggable="true">
74-
course_dict['instructor'] = course_info[3]
74+
for course in courses:
7575
</div>
7676
</div>
7777

7878
<div class="parsons-ps">
7979
<div class="parsons-block" id="pb-7" draggable="true">
80-
course_dict['dept_code'] = course_info[0]
80+
course_dict['instructor'] = course_info[3]
8181
</div>
8282
</div>
8383

8484
<div class="parsons-ps">
8585
<div class="parsons-block" id="pb-8" draggable="true">
86-
for course in courses:
86+
print(courses_db)
8787
</div>
8888
</div>
8989

9090
<div class="parsons-ps">
9191
<div class="parsons-block" id="pb-9" draggable="true">
92-
course_dict['section'] = course_info[2]
92+
course_dict['dept_code'] = course_info[0]
9393
</div>
9494
</div>
9595

parsons-problems/html/lessons-2-1-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ <h2>Compose your code here</h2>
4747

4848
<div class="parsons-ps">
4949
<div class="parsons-block" id="pb-2" draggable="true">
50-
for person in team:
50+
print(team)
5151
</div>
5252
</div>
5353

5454
<div class="parsons-ps">
5555
<div class="parsons-block" id="pb-3" draggable="true">
56-
print(team)
56+
for person in team:
5757
</div>
5858
</div>
5959

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)