Write a one-line Python generator expression that provides an infinite stream of unique integers that are evenly divided by any of the ascii values for the characters in “close”. 4440, 4444, 4455 are examples of numbers in this stream. Assume any needed Python standard library modules are already imported.✱