mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-07 18:08:01 +00:00
Fix indentation.
This commit is contained in:
@@ -127,8 +127,8 @@
|
|||||||
"\n",
|
"\n",
|
||||||
" # Create compressed_string\n",
|
" # Create compressed_string\n",
|
||||||
" # New objective:\n",
|
" # New objective:\n",
|
||||||
" # Single characters are to be left as is\n",
|
" # Single characters are to be left as is\n",
|
||||||
" # Double characters are to be left as are\n",
|
" # Double characters are to be left as are\n",
|
||||||
" compressed_string = list()\n",
|
" compressed_string = list()\n",
|
||||||
" count = 0\n",
|
" count = 0\n",
|
||||||
" last_char = string[0]\n",
|
" last_char = string[0]\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user