ON or OFF



x=input()

x=int(x)

if x is 1:

    print('on')

elif x is 0:

    print('off')

Post a Comment

0 Comments