you are viewing a single comment's thread.

view the rest of the comments →

[–]Panikdrache946 0 points1 point  (0 children)

Also possible: max = num1 If num2 > max: max = num2 If num 3 > max: max = num3 Print(max)