文件操作 - justify2.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/python3-rich/examples/justify2.py
编辑文件内容
""" This example demonstrates the justify argument to print. """ from rich.console import Console from rich.panel import Panel console = Console(width=20) style = "bold white on blue" panel = Panel("Rich", style="on red", expand=False) console.print(panel, style=style) console.print(panel, style=style, justify="left") console.print(panel, style=style, justify="center") console.print(panel, style=style, justify="right")
修改文件时间
将文件时间修改为当前时间的前一年
删除文件