QUOTATION IN
PYTHON:
Python accepts
single ('), double (") and triple (''' or """) quotes to
denote string literals.
Anything that is
represented using quotations are considered as string.
v single quotes (' ') Eg, 'This a string in single quotes'
v double quotes (" ") Eg, "'This a string in double
quotes'"
v triple quotes(""" """) Eg, This is a paragraph. It is made up of
multiple lines and sentences."""
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.