if 5 > 3 and 5 < 10:
print("Both statements are True")
else:
print("At least one of the statements are False")