We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cd360 commit 87835a6Copy full SHA for 87835a6
README.md
@@ -1683,10 +1683,13 @@ def get_border(screen):
1683
1684
Image
1685
-----
1686
-#### Creates PNG image of rainbow gradient:
1687
```python
1688
# $ pip3 install pillow
1689
from PIL import Image
+```
1690
+
1691
+#### Creates PNG image of rainbow gradient:
1692
+```python
1693
width = 100
1694
height = 100
1695
size = width * height
0 commit comments