max2.py

#!/usr/bin/env python

x = 123
y = 234

if x < y:
    M = y
else:
    M = x

print "M =", M

Generated by GNU enscript 1.6.4.