Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming
Fundamental (Theory (Statement (Assignment, Call to the print…
Programming
Fundamental
Theory
-
Variable
-
Keyword Python
help ('keyword')
-
Operator
-
Operators are special symbols that represent computations like addition and multiplication.
The operators +, -, *, /
-
Expression:
An expression is a combination of values, variables, and operators.
-
-
-