Python Keywords
Keywords are the reserved words in Python.
There are 33 keywords in Python 3.3. This number can vary slightly in course of time.
There are 33 keywords in Python 3.3. This number can vary slightly in course of time.
- and
- or
- not
- True
- False
- None
- if
- elif
- else
- try
- except
- raise
- finally
- for
- while
- in
- is
- from
- import
- as
- def
- class
- global
- nonlocal
- return
- break
- continue
- lambda
- del
- with
- yield
- assert
- pass
0 comments:
Post a Comment