val = l[pos+1:].strip()
self.database[key] = eval(val)
retrun True
Spot the typo... (I must have run the wrong code when testing...)
val = l[pos+1:].strip()
self.database[key] = eval(val)
retrun True
Spot the typo... (I must have run the wrong code when testing...)