Which input value causes "Goodbye" to be output next? x = int(input()) while x >= 0: x = int(input()) print("Goodbye")