Grammatical changes (#31680)

This commit is contained in:
Robin Ferguson
2019-03-24 05:42:30 +00:00
committed by Randell Dawson
parent 1bc5fcfbed
commit d3c72b2479

View File

@ -94,7 +94,8 @@ While the examples above are simple, you can create complex conditions using <a
***Inline python if-else statement*** ***Inline python if-else statement***
We can also use if-else statements with inline python functions. We can also use if-else statements with inline python functions.
The following example should check if the number is greater or equal than 50, if yes return True:
The following example should check if the number is greater or equal to 50, if yes return `True`:
```python ```python
x = 89 x = 89