a = 5
if a == 5:
  Check if 'a' is equal to 5
    print True
else:
    print False