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