#!/usr/bin/python num1 = input ("Enter num 1: ") num2 = input ("Enter num 2: ") sum = num2 + num1 print "Sum: ", sum