Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit a2d3cfb

Browse files
fixing dead links
1 parent 42dad7b commit a2d3cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sections/10-motivate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `random.choice` function chooses a random item from a list and returns it. T
4646

4747
1. The real point of this section is to learn `import`, which is where Python really starts to get interesting. Python comes with many libraries (importable collections of code), and you can install many more. Think of something you're interested in doing (statistics, text analysis, web scraping, quantitative analysis, processing Excel/PDF/image files) and search google "\<thing you're interested in> python library". You're almost certain to find some useful results.
4848

49-
2. (optional) As with our weather app, this positive saying generator could be improved by making it so the program doesn't have to run again every time to get new output. Add a while loop for the final version. You can see a solution [here](solution/motivation.md).
49+
2. (optional) As with our weather app, this positive saying generator could be improved by making it so the program doesn't have to run again every time to get new output. Add a while loop for the final version. You can see a solution [here](solutions/motivation.md).
5050

5151
# Challenge: library research
5252

sections/solutions/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[<<< Back](../10-motivate.md.md)
1+
[<<< Back](../10-motivate.md)
22

33
# Solution
44

0 commit comments

Comments
 (0)