CHAPTER- 8 PYTHON
REVISION
PYTHON SHELL- Python shell is the active
interpreter of python is called python shell.
TOKENS- The smallest individual unit in a
program is known as token or a lexical unit.
KEYWORDS- a keyword is a word having special
meaning reserved by programming language.
STRING LITERALS- a String Literal is a sequence of
character surrounded by quotes (single or double or triple quotes).
DYNAMIC TYPING- A variable pointing to a value of a
certain type, can be made to point to a value/object of different type. This is
called Dynamic Typing.
Comments
Post a Comment