10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
try:
|
|
raise NotImplementedError()
|
|
except RuntimeError:
|
|
print("Foo")
|
|
----
|