Sometimes it would be good when None could be passed as input parameter to a python script which could be used to trigger a special behaviour of the script. Independent of the parameter type there should always be a "None" choice. In the script, the parameter could be tested using "if parameter is None".