Featured
-
No Featured Found!
Tags
Quotation in Python
The quotes single ('), double (") and triple (''' or """) is used to denotes string literals are accepted by python but the same quotes should starts and ends the string.
Triple quotes signify a multi-line string. Everything between the start ...