You are on page 1of 1

#Age = int(input('Enter age of a person :'))

#if Age >= 18:


# print ("He is eligible to cast the vote")
#print ("I am not in if")

grade = input("Enter grade of a person: ")


if grade == 'A':
print ("Well done! ")

You might also like