Skip to content

Commit 2e339cb

Browse files
authored
Corrected practice exercise formatting error.
Corrected practice exercise formatting error.
1 parent 4a6fafb commit 2e339cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/exercises_summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
## Implemented Practice Exercises
2929

30-
| Exercise | Difficulty | Example & Community Solutions | Prerequisites | Practices | Mentor<br>Notes |
30+
| Exercise | Difficulty | Solutions | Prerequisites | Practices | Mentor<br>Notes |
3131
|-------------------------------------------------------------------------------------------------------------------------------------------- |------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------- |
32-
| [**Hello World**](https://github.com/exercism/python/blob/main/exercises/practice/hello-world/.docs/instructions.md) | 🔹 | [example.py](https://github.com/exercism/python/blob/main/exercises/practice/hello-world/.meta/example.py) \| [by most ⭐ ](https://exercism.io/tracks/python/exercises/hello-world/solutions?order=num_stars) | NONE | `basics` | |
32+
| [**Hello World**](https://github.com/exercism/python/blob/main/exercises/practice/hello-world/.docs/instructions.md) | 🔹 | [example.py](https://github.com/exercism/python/blob/main/exercises/practice/hello-world/.meta/example.py) \| [by most ⭐ ](https://exercism.io/tracks/python/exercises/hello-world/solutions?order=num_stars) | NONE | `basics` | |
3333
| [Acronym](https://github.com/exercism/python/blob/main/exercises/practice/acronym/.docs/instructions.md) | 🔹🔹🔹 | [example.py](https://github.com/exercism/python/blob/main/exercises/practice/acronym/.meta/example.py) \| [by most ⭐ ](https://exercism.io/tracks/python/exercises/acronym/solutions?order=num_stars) | <details><summary>concepts</summary>`basics`, `list-comprehensions`, `loops`, `regular-expressions`, `strings`, `string-methods`, `string-methods-splitting`</details> | <details><summary>concepts</summary>`list-comprehensions`, `regular-expressions`, `strings`, `string-methods`, `string-methods-splitting`</details> | [acronym](https://github.com/exercism/website-copy/tree/main/tracks/python/exercises/acronym/) |
3434
| [Affine Cipher](https://github.com/exercism/python/blob/main/exercises/practice/affine-cipher/.docs/instructions.md) | 🔹🔹🔹🔹🔹 | [example.py](https://github.com/exercism/python/blob/main/exercises/practice/affine-cipher/.meta/example.py) \| [by most ⭐ ](https://exercism.io/tracks/python/exercises/affine-cipher/solutions?order=num_stars) | <details><summary>concepts</summary>`basics`, `bools`, `conditionals`, `comparisons`, `iteration`, `lists`, `list-methods`, `list-comprehensions`, `loops`, `numbers`, `raising-and-handling-errors`, `sequences`, `strings`, `string-methods`, `string-formatting`</details> | <details><summary>concepts</summary>`bools`, `conditionals`, `comparisons`, `iteration`, `lists`, `list-methods`, `list-comprehensions`, `loops`, `numbers`, `raising-and-handling-errors`, `sequences`, `strings`, `string-formatting`</details> | |
3535
| [All Your Base](https://github.com/exercism/python/blob/main/exercises/practice/all-your-base/.docs/instructions.md) | 🔹🔹🔹🔹 | [example.py](https://github.com/exercism/python/blob/main/exercises/practice/all-your-base/.meta/example.py) \| [by most ⭐ ](https://exercism.io/tracks/python/exercises/all-your-base/solutions?order=num_stars) | <details><summary>concepts</summary>`basics`, `bools`, `conditionals`, `comparisons`, `lists`, `list-methods`, `list-comprehensions`, `loops`, `numbers`, `raising-and-handling-errors`, `sequences`, `strings`, `string-methods`</details> | <details><summary>concepts</summary>`bools`, `conditionals`, `comparisons`, `lists`, `list-methods`, `list-comprehensions`, `loops`, `numbers`, `raising-and-handling-errors`, `sequences`, `strings`, `string-methods`</details> | |

0 commit comments

Comments
 (0)