data_type_dict = { 'str': str, 'character': str, 'int': int, 'integer': int, 'float': float, 'double': float, 'bool': bool, 'logical': bool, 'NoneType': type(None), 'None': None }