Automatic commit performed through alias...
This commit is contained in:
@@ -355,27 +355,21 @@
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"output_type": "execute_result",
|
||||
"data": {
|
||||
"text/plain": "'[55, 3, 7, 3, 7, 6, 2, 3, 0, 3]'"
|
||||
},
|
||||
"metadata": {},
|
||||
"execution_count": 5
|
||||
"output_type": "stream",
|
||||
"name": "stdout",
|
||||
"text": "The solution is 55373762303\n"
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"solution_digits.reverse()\n",
|
||||
"string=\"\"\n",
|
||||
"string.join(str(solution_digits[:10]))\n"
|
||||
"for i in solution_digits[:10]:\n",
|
||||
" string+=str(i)\n",
|
||||
"\n",
|
||||
"print(\"The solution is \",string)\n",
|
||||
"#string.join(str(solution_digits[:10]))\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
||||
Reference in New Issue
Block a user