标签:mamicode under print 示例 转义 font expand style email
示例:
text = "username\temail\tpassword\nashdfh\tfiodfh@q.com\ty567\nsdfiuh\tadfhisoj@163.com\t423678\nefuih\tosefih@q.com\t78\n"
v = text.expandtabs(20)
print(v)
输出如下
Python之使用转义序列 \n 和 \t 跟 expandtabs 函数输出表格
标签:mamicode under print 示例 转义 font expand style email
原文地址:https://www.cnblogs.com/lzn-2018/p/10593145.html