📜  python代码示例中的粗体文本变量

📅  最后修改于: 2022-03-11 14:45:06.638000             🧑  作者: Mango

代码示例1
bolded_string = "\033[1m" + a_string + "\033[0m"