import sys

a=input()
a.split(" ")
if a[0] == a[1]:
    print("True")
else:
    print("False")