mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Removed the fixme
This commit is contained in:
parent
ec6ced98a1
commit
aa24c9a173
|
@ -142,8 +142,7 @@
|
||||||
" compressed_string.append(str(count))\n",
|
" compressed_string.append(str(count))\n",
|
||||||
" count = 1\n",
|
" count = 1\n",
|
||||||
" last_char = char\n",
|
" last_char = char\n",
|
||||||
" # If count is either 1 or 2 (or 0?)\n",
|
" # If count is either 1 or 2\n",
|
||||||
" # FIXME: CAN COUNT BE 0?\n",
|
|
||||||
" else:\n",
|
" else:\n",
|
||||||
" # If count is 1, leave the char as is\n",
|
" # If count is 1, leave the char as is\n",
|
||||||
" if count == 1:\n",
|
" if count == 1:\n",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user