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