What is an expression and a statement ?
Question :
What is an expression and a statement ?
What is an expression and a statemenAn expression is any legal combination of symbols that represents a value. For example, 2.9, a + 5, (3 + 5) / 4.
A statement is a programming instruction that does something i.e. some action takes place. For example:
print("Hello")
a = 15
b = a - 10t ?
Similar Questions
What is Dynamic Typing feature of Python ?
What do you understand by undefined variable in Python ?
What are variables ? How are they important for a program ?
What do you understand by block/code block/suite in Python ?
What all components can a Python program contain ?
What is an expression and a statement ?
What are operators ? What is their function ? Give examples of some unary and binary operators.
How are string-literals represented and implemented in Python ?
How are floating constants represented in Python ? Give examples to support your answer.
How are keywords different from identifiers ?
What are the advantages/disadvantages of working in script mode in Python?
What are advantages/disadvantages of working in Interactive mode in Python?
In how many different ways, can you work in Python?
What are some limitations of Python programming language?
What are the advantages of Python programming language?
- What are mutable and immutable types in Python? List both of them.
- What do you understand by term immutable?
- Which data types of Python handle Numbers?
- What are data types? What are Python built in core data types?
- What is the role of indentation in Python?