We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a633993 commit a893d61Copy full SHA for a893d61
Week36.ipynb
@@ -0,0 +1,25 @@
1
+{
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "## Programming Problem\n",
8
+ "\n",
9
+ "Continue with the previous [USACO problem](http://usaco.org/index.php?page=viewproblem2&cpid=1180).\n",
10
11
+ "Quick recap on what the code is doing in relation to the question. (This didn't take much explaining on my end).\n",
12
13
+ "Finish writing the \"main\" code; only debugging is left."
14
+ ]
15
+ }
16
+ ],
17
+ "metadata": {
18
+ "language_info": {
19
+ "name": "python"
20
+ },
21
+ "orig_nbformat": 4
22
23
+ "nbformat": 4,
24
+ "nbformat_minor": 2
25
+}
0 commit comments