for key, value in sub_d.items():
if key in d and d.get(key) == value:
pass
else:
return False
return True