I’ve typed this code and it won’t work any help?:
But when I type either C B or A nothing appears?
1 2 3 4 |
grade = raw_input (“Enter your grade:”) grade = [“F”, “E”, “D”, “C”, “B”, “A”] If grade > = “C”: print ’you are permitted’ |