Corrected practice exercise formatting error.

Corrected practice exercise formatting error.
This commit is contained in:
BethanyG
2021-03-15 13:39:08 -07:00
parent 0fd0f9d785
commit 8f6ec446b2

View File

@@ -27,7 +27,7 @@
## Implemented Practice Exercises
| Exercise | Difficulty | Example & Community Solutions | Prerequisites | Practices | Mentor<br>Notes |
| Exercise | Difficulty | Solutions | Prerequisites | Practices | Mentor<br>Notes |
|-------------------------------------------------------------------------------------------------------------------------------------------- |------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------- |
| [**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` | |
| [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/) |