What will be displayed by the following code?isCorrect =  June 7, 2022 by admin ✪ Choose the correct option.What will be displayed by the following code?isCorrect = Falseprint(“Correct” if isCorrect else “Incorrect”)A. CorrectB. IncorrectC. nothingD. Correct Incorrect Submit Answer