Update color/README.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
```python
|
```python
|
||||||
globals().update({color: lambda text, ansi=ansi: f'\x1b[{ansi}m{text}\x1b[0m'
|
globals().update({color: lambda text, ansi=91+i: f'\x1b[{ansi}m{text}\x1b[0m'
|
||||||
for color, ansi in zip("red green yellow blue magenta cyan".split(), range(91, 97))})
|
for i, color in enumerate('red green yellow blue magenta cyan'.split())})
|
||||||
print(red('hello'))
|
print(red('hello'), green('world'))
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user