Skip to content

Commit 03289dd

Browse files
committed
Created using Colaboratory
1 parent 2485197 commit 03289dd

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

leetcode_kuro_RnD.ipynb

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "leetcode-kuro-RnD.ipynb",
77
"provenance": [],
88
"collapsed_sections": [],
9-
"authorship_tag": "ABX9TyNqeIv8uh0Qu7GNCYSNDVs5",
9+
"authorship_tag": "ABX9TyMuVBgXIAghJtYeJBqmHikX",
1010
"include_colab_link": true
1111
},
1212
"kernelspec": {
@@ -2805,10 +2805,34 @@
28052805
{
28062806
"cell_type": "code",
28072807
"metadata": {
2808-
"id": "nAc1uQfom1O-"
2808+
"colab": {
2809+
"base_uri": "https://localhost:8080/"
2810+
},
2811+
"id": "nAc1uQfom1O-",
2812+
"outputId": "268873c5-9180-448e-b853-ff632a60a70e"
28092813
},
28102814
"source": [
2811-
""
2815+
"cd .. "
2816+
],
2817+
"execution_count": 22,
2818+
"outputs": [
2819+
{
2820+
"output_type": "stream",
2821+
"text": [
2822+
"/\n"
2823+
],
2824+
"name": "stdout"
2825+
}
2826+
]
2827+
},
2828+
{
2829+
"cell_type": "code",
2830+
"metadata": {
2831+
"id": "8x05LB7nnyn4"
2832+
},
2833+
"source": [
2834+
"from google.colab import drive\n",
2835+
"drive.mount('/content/drive')"
28122836
],
28132837
"execution_count": null,
28142838
"outputs": []

0 commit comments

Comments
 (0)