a = 2 while a < 11: print(a) a=a+2 print("Goodbye!")