grade = 70
if grade >= 90: print('A') #implement the rest
sum = 0 #implement your loop here
myList = [] #implement
def swapEnds(l): #implement