mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-08 02:18:03 +00:00
Removed the fixme
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user