Punctuation and broken link (#18708)
I fixed some inconsistent punctuation and some linked text that wasn't setup properly.
This commit is contained in:
committed by
Quincy Larson
parent
c97cd69ecd
commit
3ec1dfd5b6
@ -61,9 +61,9 @@ else:
|
||||
|
||||
*Note only the first condition that evaluates as `true` will execute. Even though `z > 6` is `true`, the `if/elif/else` block terminates after the first true condition. This means that an `else` will only execute if none of the conditions were `true`.*
|
||||
|
||||
We can also create nested if's for decision making. Before preceding please refer to the href='https://guide.freecodecamp.org/python/code-blocks-and-indentation' target='_blank' rel='nofollow'>indentation guide once</a> before preceding.
|
||||
We can also create nested if's for decision making. Before preceding please refer to the <a href='https://guide.freecodecamp.org/python/code-blocks-and-indentation' target='_blank' rel='nofollow'>indentation guide once</a> before preceding.
|
||||
|
||||
Let's take an example of finding a number which is even and also greater than '10`
|
||||
Let's take an example of finding a number which is even and also greater than '10':
|
||||
```
|
||||
python
|
||||
x = 34
|
||||
|
Reference in New Issue
Block a user