mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Fix indentation.
This commit is contained in:
parent
53d0ce9142
commit
d9b5c57d5e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user