#sample solution
# Assign `True` or `False` as appropriate on the lines below!
# 2**3 == 108 % 100 or 'Cleese' == 'King Arthur'
bool_one = True
# True or False
bool_two = True
# 100**0.5 >= 50 or False
bool_three = False
# True or True
bool_four = True
# 1**100 == 100**1 or 3 * 2 * 1 != 3 + 2 + 1
bool_five = False
No comments:
Post a Comment