english = int(input("enter the student degree: "))
if english >= 90: print("A"), print("your degree is "), print(english)
if e