redho home | products | services
Web Design Forums

Web Design Forums  


Web Hosting, Web Design, Software and Web Development Forums  
 FAQFAQ   MemberlistArchive  Log inLog in   RegisterRegister 
         

how to check how many objects are in a tupel



 
Post new topic   Reply to topic    Web Design Forums -> Python programming forum
View previous topic :: View next topic  
Author Message
Gladis



Joined: 24 May 2006
Posts: 108
Is there a way to check how many objects are in a tupel?
Is there an existing procedure, or shell i do it in a short for-loop?
  Reply with quote


WarChild



Joined: 24 Feb 2006
Posts: 46
len(your_tuple)
  Reply with quote
Kopilman



Joined: 25 May 2006
Posts: 162
Gladis: len()
  Reply with quote
Gladis



Joined: 24 May 2006
Posts: 108
Kopilman, sry, i meant to count lists
There is no len() attribute
Is there something simmilar?
  Reply with quote
Kopilman



Joined: 25 May 2006
Posts: 162
Gladis: len() gives the length of almost everything.... it is a builtin... you dont call it on the object
Do like
L = [1,2,3]
Print len(l)
T = (1,2,3)
Print len(t)
  Reply with quote
Gladis



Joined: 24 May 2006
Posts: 108
Ah - ic, though list.len()
  Reply with quote
Kopilman



Joined: 25 May 2006
Posts: 162
D = {1:'one', 2:'two'}
  Reply with quote
Gladis



Joined: 24 May 2006
Posts: 108
+t
  Reply with quote
Kopilman



Joined: 25 May 2006
Posts: 162
Print len(d)
  Reply with quote
Gladis



Joined: 24 May 2006
Posts: 108
So this is the way, sure
Thanks
  Reply with quote
Kopilman



Joined: 25 May 2006
Posts: 162
I am still a beginner and I have been using python for almost 10 years!
  Reply with quote


Gladis



Joined: 24 May 2006
Posts: 108
Kopilman, well, but a different kind of beginner i'd say ;)
  Reply with quote
Page 1 of 1
Post new topic   Reply to topic    Web Design Forums -> Python programming forum


Dubai Forums - Expat Help | Vegan Chat | Java Programming | Free 3D tutorials and 3d textures | Paris Forum | EU Forum
Free Dubai Classifieds | Free London Classifieds | Jobs in London

High Quality, Custom 3d animation and Web Design solutions Royal Quality Web Hosting Services Vegetarian and Animal Rights news

Powered by phpBB © 2001, 2005 phpBB Group