Tutorial:Jython/4 Operators: Revision history

From HandWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    27 March 2020

    • curprev 17:1017:10, 27 March 2020imported>Jworkorg 2,268 bytes +2,268 Created page with " = Operators = Python math works like you would expect. <jc lang="python"> x = 2; y = 3; z = 5 print x * y print x + y print x * y + z print (x + y) * z </jc> == Powers==..."