If True Improve the following block of code: y = 0 x = False if x == True: y = y + 1 if x == False: y = y + 2 Solution Click here to view the solution