216,193 views
27 votes
27 votes
What is the output?

x = 6 % 2

if x == 1:
print("ONE")

else:
print("TWO")

User Kasihasi
by
3.5k points

1 Answer

22 votes
22 votes

Answer:

The output would be "TWO".

User Kirill Matrosov
by
2.8k points