We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9944f commit fa7d8e1Copy full SHA for fa7d8e1
Intro to Python (Part 3).ipynb
@@ -1,7 +1,7 @@
1
{
2
"metadata": {
3
"name": "",
4
- "signature": "sha256:090bd45764be61922d095874a92e385fb08b14f59b1b8193872697edc2ea412d"
+ "signature": "sha256:5d30c1bf0ef6ef9e2875c27ac6be4114ed2b22ed413599126aed7462e53be2a6"
5
},
6
"nbformat": 3,
7
"nbformat_minor": 0,
@@ -279,7 +279,7 @@
279
"cell_type": "code",
280
"collapsed": false,
281
"input": [
282
- "print \"We need to make \" + get_cupcake_count(10) + \" cupcakes.\""
+ "print \"We need to make \" + str(get_cupcake_count(10)) + \" cupcakes.\""
283
],
284
"language": "python",
285
"metadata": {},
0 commit comments