def finalGrade(e1,e2,e3):
fs=(e1#9.2)+(e3.6)
if fs>=90:
print "Congratulations, you got an A!"
if 80>=fs90:
print "You got a B."
if 70>=fs 80:
print "you got a c"
if 60>=fs 70:
print "you got a d"
if fs60:
print "Uh-Oh"
print fs
Links to this Page
Week 13 Comments last edited on 29 January 2006 at 10:00 pm by r80h18.res.gatech.edu
Who's Who-Spring 2004 last edited on 29 January 2006 at 7:10 pm by r80h18.res.gatech.edu