10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Exceptions
|
||
|
|
||
|
Loop counters are ignored by this rule.
|
||
|
----
|
||
|
for i in range(limit): # Compliant
|
||
|
print(i)
|
||
|
----
|