码迷,mamicode.com
首页 > 编程语言 > 详细

Python之使用转义序列 \n 和 \t 跟 expandtabs 函数输出表格

时间:2019-03-25 13:23:18      阅读:161      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!