 |  |

 |
 |  |  |
 | Welcome to CS1315. Click on the python to add comments.
|  |
 |  |  |
|
This page removed for FERPA compliance
|
        |
Midterm Exam 1 Review Fall 2004: Compute the grade
Post your answers, questions, comments, comments on answers, suggestions, suggestions on questions, etc.
Back to Fall2004 Midterm 1 Review
def finalGrade(one,two,three):
average1 = ((one+two)/2).4)
average2 = three.6
final = average1 + average2
if final >= 90:
print 'Congrats, You got an A'
if final >= 80 and final 90:
print 'You got a B'
if finale >= 70 and final 80:
print 'You got a C'
if final >= 60 and final 70:
print 'You got a D'
if final 60:
print 'Better luck next time'