We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc1d8d commit d668f64Copy full SHA for d668f64
doc/data/messages/u/using-constant-test/bad.py
@@ -0,0 +1,4 @@
1
+if 0: # [using-constant-test]
2
+ print('This code is never executed.')
3
+if 1: # [using-constant-test]
4
+ print('This code is always executed.')
doc/data/messages/u/using-constant-test/good.py
@@ -0,0 +1 @@
+print('This code is always executed.')
0 commit comments