|
19 | 19 | " - [Example 1](#Example-1)\n", |
20 | 20 | " - [Properties and methods](#Properties-and-methods)\n", |
21 | 21 | " - [Example 2](#Example-2)\n", |
22 | | - " - [Python's *special methods*](#Python's-*special-methods*)\n", |
| 22 | + " - [Python's special methods](#Python's-special-methods)\n", |
23 | 23 | " - [`__str__` and `__repr__`](#__str__-and-__repr__)\n", |
24 | 24 | " - [Example 3](#Example-3)\n", |
25 | 25 | " - [Comparison methods](#Comparison-methods)\n", |
|
220 | 220 | " \"\"\"\n", |
221 | 221 | "\n", |
222 | 222 | " # Write your solution here\n", |
223 | | - " pass" |
| 223 | + " return" |
224 | 224 | ] |
225 | 225 | }, |
226 | 226 | { |
|
357 | 357 | " \"\"\"\n", |
358 | 358 | "\n", |
359 | 359 | " # Write your solution here\n", |
360 | | - " pass" |
| 360 | + " return" |
361 | 361 | ] |
362 | 362 | }, |
363 | 363 | { |
|
367 | 367 | "tags": [] |
368 | 368 | }, |
369 | 369 | "source": [ |
370 | | - "# Python's *special methods*" |
| 370 | + "# Python's special methods" |
371 | 371 | ] |
372 | 372 | }, |
373 | 373 | { |
|
684 | 684 | " \"\"\"\n", |
685 | 685 | "\n", |
686 | 686 | " # Write your solution here\n", |
687 | | - " pass" |
| 687 | + " return" |
688 | 688 | ] |
689 | 689 | }, |
690 | 690 | { |
|
974 | 974 | " \"\"\"\n", |
975 | 975 | "\n", |
976 | 976 | " # Write your solution here\n", |
977 | | - " pass" |
| 977 | + " return" |
978 | 978 | ] |
979 | 979 | }, |
980 | 980 | { |
|
1429 | 1429 | " \"\"\"\n", |
1430 | 1430 | "\n", |
1431 | 1431 | " # Write your solution here\n", |
1432 | | - " pass" |
| 1432 | + " return" |
1433 | 1433 | ] |
1434 | 1434 | }, |
1435 | 1435 | { |
|
1476 | 1476 | " Args:\n", |
1477 | 1477 | " flavors: all available ice cream flavors\n", |
1478 | 1478 | " Returns:\n", |
1479 | | - " - a bowl\n", |
| 1479 | + " - a Bowl instance\n", |
1480 | 1480 | " \"\"\"\n", |
1481 | 1481 | "\n", |
1482 | 1482 | " # Write your solution here\n", |
1483 | | - " pass" |
| 1483 | + " return" |
1484 | 1484 | ] |
1485 | 1485 | }, |
1486 | 1486 | { |
|
1538 | 1538 | " \"\"\"\n", |
1539 | 1539 | "\n", |
1540 | 1540 | " # Write your solution here\n", |
1541 | | - " pass" |
| 1541 | + " return" |
1542 | 1542 | ] |
1543 | 1543 | }, |
1544 | 1544 | { |
|
1680 | 1680 | " \"\"\"\n", |
1681 | 1681 | "\n", |
1682 | 1682 | " # Write your solution here\n", |
1683 | | - " pass" |
| 1683 | + " return" |
1684 | 1684 | ] |
1685 | 1685 | } |
1686 | 1686 | ], |
|
1700 | 1700 | "name": "python", |
1701 | 1701 | "nbconvert_exporter": "python", |
1702 | 1702 | "pygments_lexer": "ipython3", |
1703 | | - "version": "3.10.15" |
| 1703 | + "version": "3.10.13" |
1704 | 1704 | } |
1705 | 1705 | }, |
1706 | 1706 | "nbformat": 4, |
|
0 commit comments