Grammatical changes (#31680)
This commit is contained in:
committed by
Randell Dawson
parent
1bc5fcfbed
commit
d3c72b2479
@ -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
|
||||||
|
Reference in New Issue
Block a user