How many types of statements can be created in Python? Explain with example
Answers
Answered by
1
Answer:
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. The result of a print statement is a value.
hope it is help full
mark me as Brain list
Similar questions