Skip to content

Commit c22396a

Browse files
committed
update Mad Lib link
1 parent 02acc8f commit c22396a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw_0.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"source": [
8484
"### Step 0: Mad lib\n",
8585
"\n",
86-
"You are going to make a (short) interactive [mad lib](https://hobbylark.com/party-games/How-to-Make-Your-Own-Mad-Libs). Use a paragraph of a story or the chorus from a song, or make one up. Prompt for each of the words (\"noun\", \"verb\", \"vehicle\", etc.), then once they are all entered, it output the mad lib with the provided words filled in. You will be using multiple `inputs()` and string concatentation.\n"
86+
"You are going to make a (short) interactive [Mad Lib](https://en.wikipedia.org/wiki/Mad_Libs#Format). Use a paragraph of a story or the chorus from a song, or make one up. Prompt for each of the words (\"noun\", \"verb\", \"vehicle\", etc.), then once they are all entered, it output the mad lib with the provided words filled in. You will be using multiple `inputs()` and string concatentation.\n"
8787
]
8888
},
8989
{

0 commit comments

Comments
 (0)