The separators commonly used in Python are listed below:
( ) Function calls; To identify tuples
[ ] Indexing; To identify lists
{ } To identify sets and dictionaries
, For string representation
; To suppress output on terminal and for multiple statements on a single line
. Associating object with members
: To start a block of statements as in a function, loop or conditional block