KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Write short notes on Punctuators with reference to Python language.

Getting Started

1 Like

Answer

Punctuators are the special signs used as special characters in Python to organise the structure as well as to put emphasis on the expressions of the sentences. For example, Comma (,), colon (:), semicolon (;), [ ], { }, ( ), # are some of the punctuators commonly used in Python coding.

Answered By

1 Like


Related Questions