0
What is statement
how different between function and statement
4 Antworten
+ 5
Print was a statement in Python 2 and became a function in Python 3. See this for an explanation https://snarky.ca/why-print-became-a-function-in-python-3/
+ 4
1.A statement is an instructions that tell the language implementation to "go do something".
2.A function is a group of statements that together perform a task.
+ 3
Thite Thite Tun Pls specify your Question .
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2285/?ref=app
+ 2
All thank.😁