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 20d9d8f commit abcec24Copy full SHA for abcec24
leetcode_kuro_RnD.ipynb
@@ -8927,6 +8927,35 @@
8927
"# simple math solution based on algebra"
8928
]
8929
},
8930
+ {
8931
+ "cell_type": "code",
8932
+ "execution_count": 36,
8933
+ "metadata": {},
8934
+ "outputs": [
8935
8936
+ "name": "stdout",
8937
+ "output_type": "stream",
8938
+ "text": [
8939
+ "[3, 3] [3, 3]\n"
8940
+ ]
8941
+ }
8942
+ ],
8943
+ "source": [
8944
+ "i = j = [3]\n",
8945
+ "i += j\n",
8946
+ "print(i, j)"
8947
8948
+ },
8949
8950
8951
+ "execution_count": null,
8952
8953
+ "outputs": [],
8954
8955
+ "# https://leetcode.com/problems/add-two-numbers/\n",
8956
+ "\n"
8957
8958
8959
{
8960
"cell_type": "code",
8961
"execution_count": 20,
0 commit comments