Automatic commit performed through alias...

This commit is contained in:
Shaun Setlock
2020-07-31 21:50:16 -04:00
parent c41614260c
commit 2736638c18
2 changed files with 410 additions and 14 deletions

View File

@@ -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,