i am a student taking a python course, and for one of my assignments i have come up with this:
## assignmentOne.py
## requests input from the user and then prints out the result for a math equation.
def main():
print "This program requests two inputs from the user, adds the values,"...