资讯

Python comes with a collection of built-in data types that make common data-wrangling operations easy. Among them is the list, a simple but versatile collection type.
In the python interpreter, the output string is enclosed in quotes ('...'). While it might sometimes look different from the input, the two strings are equivalent. The string is enclosed in double ...