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