test='username\temail\tpasswd\nlaiying\tying@qq.com\t\123456\nybp\tybp@qq.com\tDzl628tgd\nyuanben\tyuanben@qq.com\tqywih\n'
table_test = test.expandtabs(16)
print(table_test)
test='username\temail\tpasswd\nlaiying\tying@qq.com\t\123456\nybp\tybp@qq.com\tDzl628tgd\nyuanben\tyuanben@qq.com\tqywih\n'
table_test = test.expandtabs(16)
print(table_test)