Check whether the OS is Windows.
True if running on Windows.
True
bool
Examples
>>> isinstance(is_windows(), bool) True