>>> a = "hello world !" >>> type(a) >>> b="1+2" >>> type(b) >>> b '1+2'