diff --git a/03-index-slice-subset.md b/03-index-slice-subset.md index 05ee5d5ea..664d7e314 100644 --- a/03-index-slice-subset.md +++ b/03-index-slice-subset.md @@ -508,9 +508,10 @@ Experiment with selecting various subsets of the "surveys" data. - Equals: `==` - Not equals: `!=` -- Greater than, less than: `>` or `<` -- Greater than or equal to `>=` -- Less than or equal to `<=` +- Greater than: `>` +- Less than: `<` +- Greater than or equal to: `>=` +- Less than or equal to: `<=` ::::::::::::::::::::::::::::::::::::::: challenge diff --git a/md5sum.txt b/md5sum.txt index 5888fb94f..48ef94254 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -7,7 +7,7 @@ "episodes/00-before-we-start.md" "35ff96bc5a9b8d98d5738a1ee6ecaceb" "site/built/00-before-we-start.md" "2024-02-21" "episodes/01-short-introduction-to-Python.md" "f7cac993e7fffb40ca5858ae55b0aab7" "site/built/01-short-introduction-to-Python.md" "2023-06-13" "episodes/02-starting-with-data.md" "bcd4e9564bd01585a52754fe4ad46f45" "site/built/02-starting-with-data.md" "2023-05-29" -"episodes/03-index-slice-subset.md" "84263a14ba3f492bf6aa17435a78d905" "site/built/03-index-slice-subset.md" "2023-08-18" +"episodes/03-index-slice-subset.md" "a66d6b8003b0ed3756cbc64a08784b76" "site/built/03-index-slice-subset.md" "2024-02-21" "episodes/04-data-types-and-format.md" "e57b9b771e5d2dcf4c9e2521822f8d5a" "site/built/04-data-types-and-format.md" "2023-06-05" "episodes/05-merging-data.md" "8491d51a41ad970f69acac6162e97432" "site/built/05-merging-data.md" "2024-02-21" "episodes/06-loops-and-functions.md" "d41f11e6c162c86393cd9bd4431c0687" "site/built/06-loops-and-functions.md" "2023-05-18"