%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/usr/share/doc/python3-rich/examples/ |
Current File : //proc/self/root/proc/self/root/usr/share/doc/python3-rich/examples/padding.py |
from rich import print from rich.padding import Padding test = Padding("Hello", (2, 4), style="on blue", expand=False) print(test)