Keywords
- A keyword is an identifier which has some Pre-defined meaning in python.
- Keyword cannot be re-defined.
The Following Are Python Keywords:
- And
- as
- assert
- break
- class
- continue
- def
- del
- elif
- else
- except
- finally
- for
- from
- if
- import
- global
- in
- is
- not
- or
- pass
- raise
- return
- try
- while
- with
- yield
- false
- none
- true