Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
#9
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-REMOVED"
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 27 January 2010 at 8:04 pm by lawn-128-61-114-192.lawn.gatech.edu