pythonTidy?
天蓬老师
天蓬老师 2017-04-17 16:32:55
0
1
579

Perl中有个很好用的工具叫PerlTidy可以实现如下功能

$a=1;
$b = "hello";
$foo = "bar";
$helloworld = "abc";

变为

$a          = 1;
$b          = "hello";
$foo        = "bar";
$helloworld = "abc";

请问Python有可以实现类似排版的tidy工具么?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!