Skip to content

Commit 6ac2f54

Browse files
authored
Merge pull request #3 from bhlmn/update-print-exercises
Update print exercises links
2 parents 88a74a9 + ec14888 commit 6ac2f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problem_sets/print/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
These exercises do not need to be completed in order, but they are generally ordered in increasing difficulty. The solutions provided _are not the only possible_ solution. Your's might look different, and that is okay!
44

5-
1. Using the `print()` function, print at least four lines of your favorite poem or song lyrics. Do this on multiple lines. [Exercise link](exercises/01_print_multiple_lines.ipynb). [Solution link](solutions/01_print_multiple_lines.ipynb).
5+
1. Using the `print()` function, print at least four lines of your favorite poem or song lyrics. Do this on multiple lines. [Exercise link](https://colab.research.google.com/github/PDXPythonPirates/python-practice-problems/blob/main/problem_sets/print/exercises/01_print_multiple_lines.ipynb). [Solution link](https://colab.research.google.com/github/PDXPythonPirates/python-practice-problems/blob/main/problem_sets/print/solutions/01_print_multiple_lines.ipynb).

0 commit comments

Comments
 (0)