Reference: http://docs.python.org/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange
String is one of the most if not the most common object used in all languages, you can create a string object by doing.
myString = 'George'
# Work in progress #
No comments:
Post a Comment