Skip to content

Commit dd64ffd

Browse files
committed
Numbers
1 parent 1f6f76b commit dd64ffd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ Format
377377
* **`'X'` - HEX**
378378

379379

380-
Math
381-
----
380+
Numbers
381+
-------
382382
### Basic Functions
383383
```python
384384
<num> = pow(<num>, <num>) # Or: <num> ** <num>
@@ -412,9 +412,7 @@ from math import inf, nan, isinf, isnan
412412
float('inf'), float('nan')
413413
```
414414

415-
416-
Random
417-
------
415+
### Random
418416
```python
419417
from random import random, randint, choice, shuffle
420418
<float> = random()

0 commit comments

Comments
 (0)