Remember,however, that strings are immutable, so all kinds of item or slice assignments are illegal:>>> website = <a href="http://www.python.org>>>">http://www.python.org>>></a> website[-3:] = comTraceback (most recent call last): File <pyshell#19>, line 1, in ? website[-3:] = comTypeError: object doesnt support slice assignmentString Formatting: The Short VersionIf you are new to Python programming, chances are you won???t need all