Saved Bookmarks
| 1. |
What do you mean by expression in Python ? |
|
Answer» An expression is a combination of values, variables, and operators. If you type an expression on the command line, the interpreter evaluates it and displays the result: |
|