KnowledgeBoat Logo

Class - 12 CBSE Computer Science — Assertion Reason Type Questions

Assertion. """A Sample Python String""" is a valid Python String.

Reason. Triple Quotation marks are not valid in Python.

Python Funda

2 Likes

Answer

(c)

Assertion is true but Reason is false.

Explanation
A string literal is a sequence of characters surrounded by single or double or triple single quotes or triple double quotes.

Answered By

1 Like