You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: problem_sets/print/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
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!
4
4
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