7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
![]() |
[source,python]
|
||
|
----
|
||
|
# Noncompliant: is the block empty on purpose, or is code missing?
|
||
|
for i in range(3):
|
||
|
pass
|
||
|
----
|