Hi,
How could I get the remainder of a division ?
Usually it is something like "mod" or "modulo".
I looked in HS2-Doku-Logiksprache.pdf, it's not mentionned. The documents says:
•
How could I get the remainder of a division ?
Usually it is something like "mod" or "modulo".
I looked in HS2-Doku-Logiksprache.pdf, it's not mentionned. The documents says:
Weitere Operatoren findet man in der Python-Dokumentation unter:
•
So I reach
The following tokens are operators:
And then ???
Where can I find an explanation of the tokens with a small example ?
I tried the >> (right shift), seems not to work, unless I use the wrong syntax
Where can I find an explanation of the tokens with a small example ?
I tried the >> (right shift), seems not to work, unless I use the wrong syntax

Thank you for your help
PS: do I need to import the math lib for this ?
Kommentar