summaryrefslogtreecommitdiffstats
path: root/a2.py
diff options
context:
space:
mode:
Diffstat (limited to 'a2.py')
-rw-r--r--a2.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/a2.py b/a2.py
new file mode 100644
index 0000000000..8bfefc1c27
--- /dev/null
+++ b/a2.py
@@ -0,0 +1,5 @@
+def test(a, b):
+ if a:
+ print(a)
+ if b:
+ print(b)