Create a function that takes a boolean variable flag and returns it as a string.
flag
bool_to_string(True) ➞ "True" bool_to_string(False) ➞ "False"