Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 01f29b3

Browse files
Created using Colab
1 parent 64ef34b commit 01f29b3

File tree

1 file changed

+32
-13
lines changed

1 file changed

+32
-13
lines changed

‎Basic-Python-and-numpy-Practice.ipynb‎

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"colab": {
66
"provenance": [],
7-
"authorship_tag": "ABX9TyMCTuQ0ZSTwOrle9LlPYGX7",
7+
"authorship_tag": "ABX9TyPl4Iio3qGNClqBXjkhW1mP",
88
"include_colab_link": true
99
},
1010
"kernelspec": {
@@ -2305,27 +2305,46 @@
23052305
{
23062306
"cell_type": "code",
23072307
"source": [
2308-
"def 2greet():\n",
2309-
" print(\"hoo\")\n",
2310-
"2greet"
2308+
"def greet():\n",
2309+
" print(\"hey\")\n",
2310+
"greet"
23112311
],
23122312
"metadata": {
23132313
"colab": {
23142314
"base_uri": "https://localhost:8080/",
2315-
"height": 106
2315+
"height": 103
23162316
},
23172317
"id": "hiPzeYWJwmlW",
2318-
"outputId": "561ca74c-5aac-41cd-88de-b3bde1942f70"
2318+
"outputId": "7d45fa79-7100-41f5-b76c-1cb7a5cc9407"
23192319
},
2320-
"execution_count": null,
2320+
"execution_count": 2,
23212321
"outputs": [
23222322
{
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/&lt;ipython-input-2-0e701515ec27&gt;</a>&lt;no docstring&gt;</pre></div>"
2344+
]
2345+
},
2346+
"metadata": {},
2347+
"execution_count": 2
23292348
}
23302349
]
23312350
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /