Computer Science, asked by azan95, 1 month ago

#print("PT1 English & Science Marks")
a)No output
b)PT1 English & Science Marks
c)print("PT1 English & Science Marks")
d)ERROR

Answers

Answered by yassersayeed
0

Given : #print("PT1 English & Science Marks")

We have to print the given function. But we can not print this because, marks are not given in the function.

So, The answer is option d) ERROR

Answered by shilpa85475
0

It is a simple print statement that has "PT1 English & Science Marks" sentence written in it.

The other options in the question that say it does not have any output is incorrect. The b option is correct. c is also incorrect because s is having a 'print' keyword in it along with the entire sentence that was about to be printed. The d option in error, but there is no error in the statement.

Similar questions