diff options
Diffstat (limited to 'lab/sample.py')
-rw-r--r-- | lab/sample.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lab/sample.py b/lab/sample.py new file mode 100644 index 00000000..cf4f6dcf --- /dev/null +++ b/lab/sample.py @@ -0,0 +1,5 @@ +a, b = 1, 0
+if a or b or fn():
+ # Hey
+ a = 3
+d = 4
\ No newline at end of file |