Python Online compiler - OverIQ.com (original) (raw)

word_list1 = ["pow", "exp"]
word_list2 = ["power", "exponent"]

print(word_list1 < word_list2)