rspec/rules/S122/python/compliant.adoc

6 lines
57 B
Plaintext
Raw Normal View History

2023-06-16 15:38:45 +02:00
[source,python]
----
if (True):
print("hello")
----