Page 93 - KEC Khaitan C7 Flipbook
P. 93
Output
Enter the Length 10
Enter the Width 4
Area of the Rectangle is : 40
REVISIT
▶ A token is the smallest element of a Python program that is meaningful to the interpreter.
▶ Identifiers are the names given to variables, functions and arrays.
▶ Keywords are reserved words that are used for some specific purposes.
▶ Constants or literals are the fixed values that do not change during the execution of a program.
▶ An operator is a symbol that triggers a computation action.
▶ Data types are used to define the type of data.
Tokens and Data Types in Python 91

