Neois Neois 14-05-2022 Computers and Technology contestada Benny is writing a program to design t-shirts. Which of the following correctly adds a new instance of style? newStyle = "Style" newStyle = Style() newStyle: Style() newStyle + Style()