Input and Output: str() function: return representations of values which are human-readable
s = 'Hello, world.' print str(s)