Create test.ipynb
Browse files- test.ipynb +50 -0
test.ipynb
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"nbformat": 4,
|
3 |
+
"nbformat_minor": 0,
|
4 |
+
"metadata": {
|
5 |
+
"colab": {
|
6 |
+
"provenance": []
|
7 |
+
},
|
8 |
+
"kernelspec": {
|
9 |
+
"name": "python3",
|
10 |
+
"display_name": "Python 3"
|
11 |
+
},
|
12 |
+
"language_info": {
|
13 |
+
"name": "python"
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"cells": [
|
17 |
+
{
|
18 |
+
"cell_type": "markdown",
|
19 |
+
"source": [
|
20 |
+
"哈哈"
|
21 |
+
],
|
22 |
+
"metadata": {
|
23 |
+
"id": "Q5Zen6kp5ZMi"
|
24 |
+
}
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"cell_type": "code",
|
28 |
+
"execution_count": 1,
|
29 |
+
"metadata": {
|
30 |
+
"colab": {
|
31 |
+
"base_uri": "https://localhost:8080/"
|
32 |
+
},
|
33 |
+
"id": "ciO8Pg125UbD",
|
34 |
+
"outputId": "44bc75cb-065c-4075-cd2e-59cf3a7fb006"
|
35 |
+
},
|
36 |
+
"outputs": [
|
37 |
+
{
|
38 |
+
"output_type": "stream",
|
39 |
+
"name": "stdout",
|
40 |
+
"text": [
|
41 |
+
"hello world\n"
|
42 |
+
]
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"source": [
|
46 |
+
"print(\"hello world\")"
|
47 |
+
]
|
48 |
+
}
|
49 |
+
]
|
50 |
+
}
|