2 Likes
Answered By
1 Like
The two statements x = int(22.0/7) and x = int(22/7.0) yield the same results.
The statement: x + 1 = x is a valid statement.