A simple evaluation:
Remember ^ means bitwise XOR in Python:
Access something built in
>
|
|
>
|
|
When defining a procedure make sure you use the output=none option
>
|
|
Indentation matters; use \n for newlines and spaces or \t for tabs
>
|
|
>
|
|
| (5) |
Multiple statements can be evaluated at the same time, but the result returned to Maple is from the FIRST statement, not the last.
>
|
|
It is recommended to use output=none when evaluating multiple statements at the same time
>
|
|
To avoid automatic data-structure conversion use output=python
>
|
|
| (9) |
>
|
|