Create a function that takes a string and returns True or False depending on whether or not the given formula is correct.
formula("6 * 4 = 24") ➞ True
formula("18 / 17 = 2") ➞ False
formula("") ➞ None
a is."", return None.a (it's a constant and the same accross all tests).