Skip to content

Commit

Permalink
Merge pull request #70 from LaunchCodeEducation/python-intro-update
Browse files Browse the repository at this point in the history
Python intro update
  • Loading branch information
jwoolbright23 authored Aug 1, 2024
2 parents 9f5eb5a + 906c62c commit 38c2e1d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
6 changes: 3 additions & 3 deletions content/data-and-variables/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+++
pre = "<b>9. </b>"
pre = "<b>14. </b>"
chapter = true
title = "Data and Variables"
date = 2024-02-08T11:11:06-06:00
draft = false
weight = 9
hidden = true
weight = 14
hidden = false
+++

## Learning Objectives
Expand Down
6 changes: 3 additions & 3 deletions content/how-programs-work/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+++
pre = "<b>7. </b>"
pre = "<b>12. </b>"
chapter = true
title = "How Programs Work"
date = 2024-02-12T13:42:28-06:00
draft = false
weight = 1007
hidden = true
weight = 12
hidden = false
+++

## Learning Objectives
Expand Down
6 changes: 3 additions & 3 deletions content/how-to-write-code-terminal/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+++
pre = "<b>8. </b>"
pre = "<b>13. </b>"
chapter = true
title = "How to Write and Run Code"
date = 2024-01-08T10:24:35-06:00
draft = false
weight = 8
hidden = true
weight = 13
hidden = false
+++

## Learning Objectives
Expand Down
6 changes: 0 additions & 6 deletions content/sql-part-5/reading/delete/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ Write a query to delete any records with a `Description` of Frozen from the `Rec

{{% notice green Question %}}

Write a query to clear all the contents of the `Recipes` table.

{{% /notice %}}

{{% notice green Question %}}

Which of the following queries will delete the entire `Recipes` table?

1. `DROP TABLE schema_name.Recipes;`
Expand Down
2 changes: 1 addition & 1 deletion content/sql-part-5/reading/update/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WHERE CouponID = 143;

Now the value of `Category` is changed for all records where the `CouponID` value is 146.

## ChecK Your Understanding
## Check Your Understanding

{{% notice green Question %}}

Expand Down

0 comments on commit 38c2e1d

Please sign in to comment.