These are the symbols that are used in Python to organise the structures, statements, and expressions.
Examples of Punctuators are:
- [ ]
- { }
- ( )
- @
- -=
- +=
- *=
- //=
- **==
- =
Last updated at April 16, 2024 by Teachoo
These are the symbols that are used in Python to organise the structures, statements, and expressions.
Examples of Punctuators are: