" n = 2 + 4 + 6 + 8 n /= 5 m = 2 * 3 * 4 m -= n o = m % 3 + (n * n + 5.0) / m print 'The value of m is: %s ' % m print 'The value of n is: %s ' % n print 'The value of o is: %s ' % o print "