if a = 10 : print( " a is TEN" ) What is the result when a = 10, 10, a is TEN, if num > 0 : print "positive" . What is the result when num = 10, Positive, Negative, if num > 0 : print "positive" else print Negative . What is the result when num = -2, Positive, Negative.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?