Fix spacing in problem description

Corrected a spacing issue in the explanation text.
This commit is contained in:
Peter Norvig
2026-07-18 20:18:34 -07:00
committed by GitHub
parent 901d91cecc
commit ee268061e8

View File

@@ -15,7 +15,7 @@
" The prime factors of 13195 are 5, 7, 13 and 29.\n", " The prime factors of 13195 are 5, 7, 13 and 29.\n",
" What is the largest prime factor of the number 600851475143?\n", " What is the largest prime factor of the number 600851475143?\n",
"\n", "\n",
"I'll describe here how I think about this problem, at alevel suitable for a novice programmer. There are two things to get right: the general plan of how to attack this problem, and the details of how to say it in Python.\n", "I'll describe here how I think about this problem, at a level suitable for a novice programmer. There are two things to get right: the general plan of how to attack this problem, and the details of how to say it in Python.\n",
"\n", "\n",
"## The General Plan\n", "## The General Plan\n",
"\n", "\n",