#sample solution
# test_1 should be false
test_1 = 1 >= 2
# test_2 = should be false
test_2 = 1 != 1
# test_3 = should be true
test_3 = 1 == 1
# test_1 should be false
test_1 = 1 >= 2
# test_2 = should be false
test_2 = 1 != 1
# test_3 = should be true
test_3 = 1 == 1
No comments:
Post a Comment