rspec/rules/S122/python/compliant.adoc
2023-06-16 13:38:45 +00:00

6 lines
57 B
Plaintext

[source,python]
----
if (True):
print("hello")
----