summaryrefslogtreecommitdiff
path: root/progs/a323.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a323.py')
-rw-r--r--progs/a323.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/a323.py b/progs/a323.py
new file mode 100644
index 0000000..d2f04c7
--- /dev/null
+++ b/progs/a323.py
@@ -0,0 +1,4 @@
+def max_of_two( x, y ):
+ if x > y:
+ return x
+ return y \ No newline at end of file