In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Python tuple (tuple)
Tuples in Python are similar to lists, except that elements in tuples cannot be modified (so tuples are also called read-only lists), and tuples use parentheses while lists use square brackets.
1. When there is only one element in a tuple, you need to add a comma after the element to disambiguate.
2. The element value in the tuple is not allowed to be modified, but the tuple can be connected and combined.
3. Elements in a tuple are not allowed to be deleted, but you can use the de statement to delete the entire tuple
4. + and * can be used between tuples, that is, tuples are allowed to be combined and copied repeatedly, and a new tuple is generated after the operation.
Tu = ((2) for tmp_N in range 2), (3 tu), (4), (4), (5), (6), (8), (9)) if len (tu) > 3: n = 0 for tmp_N in range (0Len (tu) + 1): print (tmp_N, "-->", tmp_N+4) tmp = [tutmp _ N:tmp_N+4] print (tmp) https://www.cnblogs.com/duwenxing/p/7348561.html
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.