Optional parentheses

In many cases, the parentheses of literal tuples may omitted:

>>> p = 1, 1, 1, 4, 6, 19
>>> p
(1, 1, 1, 4, 6, 19)
>>> type(p)
<class 'tuple'>

 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset