File size: 127 Bytes
808bf67
 
 
 
 
1
2
3
4
5
data_types = {'str': str, 
              'int': int, 
              'float': float, 
              'bool': bool
              }