max2a.py

#!/usr/bin/env python

x = 1234
y = 4321

if x > y:
    M = x
else:
    M = y
print M

Generated by GNU enscript 1.6.4.