We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093b367 commit 0b97357Copy full SHA for 0b97357
_episodes/02-loop.md
@@ -34,7 +34,7 @@ word = 'lead'
34
{: .python}
35
36
We can access a character in a string using its index. For example, we can get the first
37
-character of the word 'lead', by using word[0]. One way to print each character is to use
+character of the word `'lead'`, by using `word[0]`. One way to print each character is to use
38
four `print` statements:
39
40
~~~
0 commit comments