Skip to content

Commit 02712f0

Browse files
committed
Created using Colaboratory
1 parent 28fb5f1 commit 02712f0

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

leetcode_kuro_RnD.ipynb

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7711,13 +7711,28 @@
77117711
"cell_type": "code",
77127712
"source": [
77137713
"# https://leetcode.com/problems/zigzag-conversion/\n",
7714-
"\n"
7714+
"\n",
7715+
"s = 'PAYPALISHIRING'\n",
7716+
"\n",
7717+
"print(s)"
77157718
],
77167719
"metadata": {
7717-
"id": "aja0oDg5VlHY"
7720+
"colab": {
7721+
"base_uri": "https://localhost:8080/"
7722+
},
7723+
"id": "aja0oDg5VlHY",
7724+
"outputId": "24889866-260f-4e76-f151-cd29cfab71fc"
77187725
},
7719-
"execution_count": null,
7720-
"outputs": []
7726+
"execution_count": 1,
7727+
"outputs": [
7728+
{
7729+
"output_type": "stream",
7730+
"name": "stdout",
7731+
"text": [
7732+
"PAYPALISHIRING\n"
7733+
]
7734+
}
7735+
]
77217736
}
77227737
],
77237738
"metadata": {

0 commit comments

Comments
 (0)