Robotics & Artificial Intelligence

Write short notes on Punctuators with reference to Python language.

Getting Started

3 Likes

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

3 Likes


Related Questions