Computer Science, asked by udaychanpa635, 6 months ago

what is a statement? write types of statement in python​

Answers

Answered by aryamarskole93
1

Answer:

A statement is an instruction that the Python interpreter can execute. We have seen two kinds of statements: print and assignment. When you type a statement on the command line, Python executes it and displays the result, if there is one.

Answered by aditit867
0

Answer:

A statement is an instruction that the Python interpreter can execute. We have seen two kinds of statements: print and assignment. When you type a statement on the command line, Python executes it and displays the result, if there is one.

Similar questions