We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fb5f1 commit 02712f0Copy full SHA for 02712f0
leetcode_kuro_RnD.ipynb
@@ -7711,13 +7711,28 @@
7711
"cell_type": "code",
7712
"source": [
7713
"# https://leetcode.com/problems/zigzag-conversion/\n",
7714
- "\n"
+ "\n",
7715
+ "s = 'PAYPALISHIRING'\n",
7716
7717
+ "print(s)"
7718
],
7719
"metadata": {
- "id": "aja0oDg5VlHY"
7720
+ "colab": {
7721
+ "base_uri": "https://localhost:8080/"
7722
+ },
7723
+ "id": "aja0oDg5VlHY",
7724
+ "outputId": "24889866-260f-4e76-f151-cd29cfab71fc"
7725
},
- "execution_count": null,
- "outputs": []
7726
+ "execution_count": 1,
7727
+ "outputs": [
7728
+ {
7729
+ "output_type": "stream",
7730
+ "name": "stdout",
7731
+ "text": [
7732
+ "PAYPALISHIRING\n"
7733
+ ]
7734
+ }
7735
7736
}
7737
7738
0 commit comments