|
4 | 4 | "metadata": { |
5 | 5 | "colab": { |
6 | 6 | "provenance": [], |
7 | | - "authorship_tag": "ABX9TyMCTuQ0ZSTwOrle9LlPYGX7", |
| 7 | + "authorship_tag": "ABX9TyPl4Iio3qGNClqBXjkhW1mP", |
8 | 8 | "include_colab_link": true |
9 | 9 | }, |
10 | 10 | "kernelspec": { |
|
2305 | 2305 | { |
2306 | 2306 | "cell_type": "code", |
2307 | 2307 | "source": [ |
2308 | | - "def 2greet():\n", |
2309 | | - " print(\"hoo\")\n", |
2310 | | - "2greet" |
| 2308 | + "def greet():\n", |
| 2309 | + " print(\"hey\")\n", |
| 2310 | + "greet" |
2311 | 2311 | ], |
2312 | 2312 | "metadata": { |
2313 | 2313 | "colab": { |
2314 | 2314 | "base_uri": "https://localhost:8080/", |
2315 | | - "height": 106 |
| 2315 | + "height": 103 |
2316 | 2316 | }, |
2317 | 2317 | "id": "hiPzeYWJwmlW", |
2318 | | - "outputId": "561ca74c-5aac-41cd-88de-b3bde1942f70" |
| 2318 | + "outputId": "7d45fa79-7100-41f5-b76c-1cb7a5cc9407" |
2319 | 2319 | }, |
2320 | | - "execution_count": null, |
| 2320 | + "execution_count": 2, |
2321 | 2321 | "outputs": [ |
2322 | 2322 | { |
2323 | | - "output_type": "error", |
2324 | | - "ename": "SyntaxError", |
2325 | | - "evalue": "invalid decimal literal (<ipython-input-102-ae6e93c3a5e5>, line 1)", |
2326 | | - "traceback": [ |
2327 | | - "\u001b[0;36m File \u001b[0;32m\"<ipython-input-102-ae6e93c3a5e5>\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m def 2greet():\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid decimal literal\n" |
2328 | | - ] |
| 2323 | + "output_type": "execute_result", |
| 2324 | + "data": { |
| 2325 | + "text/plain": [ |
| 2326 | + "<function __main__.greet()>" |
| 2327 | + ], |
| 2328 | + "text/html": [ |
| 2329 | + "<div style=\"max-width:800px; border: 1px solid var(--colab-border-color);\"><style>\n", |
| 2330 | + " pre.function-repr-contents {\n", |
| 2331 | + " overflow-x: auto;\n", |
| 2332 | + " padding: 8px 12px;\n", |
| 2333 | + " max-height: 500px;\n", |
| 2334 | + " }\n", |
| 2335 | + "\n", |
| 2336 | + " pre.function-repr-contents.function-repr-contents-collapsed {\n", |
| 2337 | + " cursor: pointer;\n", |
| 2338 | + " max-height: 100px;\n", |
| 2339 | + " }\n", |
| 2340 | + " </style>\n", |
| 2341 | + " <pre style=\"white-space: initial; background:\n", |
| 2342 | + " var(--colab-secondary-surface-color); padding: 8px 12px;\n", |
| 2343 | + " border-bottom: 1px solid var(--colab-border-color);\"><b>greet</b><br/>def greet()</pre><pre class=\"function-repr-contents function-repr-contents-collapsed\" style=\"\"><a class=\"filepath\" style=\"display:none\" href=\"#\">/content/<ipython-input-2-0e701515ec27></a><no docstring></pre></div>" |
| 2344 | + ] |
| 2345 | + }, |
| 2346 | + "metadata": {}, |
| 2347 | + "execution_count": 2 |
2329 | 2348 | } |
2330 | 2349 | ] |
2331 | 2350 | }, |
|
0 commit comments