What is the output of the following Python program? y = 9 if y < 8: print("Less") else: print("More")