但是就你举的例子,是可以 and 的;你最好举一个能支持你的言论的例子。
while condition
if condition
if condition
可以写成
while condition
if condition and condition
既然你说 ruby 不存在这种问题,那请问在 ruby 里面你会怎么写?
if a:
if b:
if c:
为什么不写成
if a and b and c:
flake8 可以配置每行最长多少字符,或者可以忽略