What all components can a Python program contain ?
50 Likes
A Python program can contain various components like expressions, statements, comments, functions, blocks and indentation.
Answered By
25 Likes
What are operators ? What is their function ? Give examples of some unary and binary operators.
What do you understand by block/code block/suite in Python ?
What is an expression and a statement ?
What is the role of indentation in Python ?