[Tutor] (no subject)

Goofball223@wmconnect.com Goofball223 at wmconnect.com
Sun Sep 25 00:29:43 CEST 2005


Hello

How would I get the following program to accept inputs of exam scores from 
0-100 with A being 100-90, B being 89-80, C being 79-70, D being 69-60, and F 
being everything less than 60?

import string

def main():


    scores = ["F", "D", "C", "B", "A"]
    g = input("Enter a score number (0-100): ")

    print "The score of your exam is", scores [g-0] + "."


main()   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20050924/2a0ac1b6/attachment-0001.htm


More information about the Tutor mailing list