Since many languages allow placing multiple statements on one line or
spreading one over many lines, it seems that the number of lines in code
can be adjusted.

If I have a line like:

  Alpha, beta, gamma, delta = 1, 2, 3, 4

Could that be rewritten as 4 or more lines?

Surely! Especially if you're paid for SLOC :-)))

By the way, does "else" clause after affect cyclomatic complexity metric? I mean "for" loops.

Axy.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to