Correct Answer : model = Sequential()
Explanation : The correct syntax for creating a sequential model in Keras is “model = Sequential()”.