Answer:
The correct answer is:
Option 1: print("Coding rocks!")
Step-by-step explanation:
Coding Rocks! is a string and when the string has to be printed directly using print function it is written in quotation marks.
In the given options,
The first option is correct as the syntax of print is correct and the string is written in quotation marks.
In the other options, either the syntax is not correct or the quotation marks are missing.
Hence,
The correct answer is:
Option 1: print("Coding rocks!")