#!/usr/bin/python i = raw_input("Enter a mathematical expression: ") print i j = input("Enter the same expression: ") print j