首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
设置Python打印格式
设置Python打印格式
mac
2022-06-30
25
>>> def esc(code): ... return f'\033[{code}m' ... >>> print(esc('31;1;4') + 'really' + esc(0) + ' important')
转载于:https://www.cnblogs.com/c-x-a/p/11363749.html
转载请注明原文地址: https://mac.8miu.com/read-67818.html
最新回复
(
0
)