Re: [newbie]search string in tuples
Thanks to all for the help. -- http://mail.python.org/mailman/listinfo/python-list
[newbie]search string in tuples
Hi all, i'm new to python programming so excuseme if the question is very stupid. here the problem. this code work list=["airplane"] select=vars while select != list[0]: select=raw_input("Wich vehicle?") but i want check on several object inside the tuple so i'm trying this: list=["airplane",