Simplified
commited
commit
1ead42d75bc51522c8762ae6e867ca9c26784fa8
... | ... | @@ -1,7 +1,5 @@ |
1 | Outputs True if the first number is greater than the second. If the inputs are equal it will still ouput false. |
|
2 | ||
3 | 1 | [[/uploads/Greater_Than.png]] |
4 | 2 | |
5 | ## Example |
|
6 | The top one equals True because 5 is higher than 3. The bottom one equals False because 3 is lower than 5. |
|
7 | [[/uploads/Screenshot_2021-09-10-20-08-33.jpg] |
|
3 | Outputs `True` if the first input [[number]] is bigger than the second input number. |
|
4 | ||
5 | [[/uploads/Screenshot_2022-02-18-18-18-39-68_6c69499164362a0dbe2f1dfe7c62199a.jpg]] |
|
... | ... | \ No newline at end of file |