%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/python3-rich/examples/
Upload File :
Create Path :
Current File : //usr/share/doc/python3-rich/examples/group2.py

from rich import print
from rich.console import group
from rich.panel import Panel


@group()
def get_panels():
    yield Panel("Hello", style="on blue")
    yield Panel("World", style="on red")


print(Panel(get_panels()))

Zerion Mini Shell 1.0