Hello All
This is my first post in this forum, despite my long visiting hours as a guest:D
I don't have any background in programming and I'm a newbie in python too. But Learning python for S60(Python distro for Symbian Phones.
anyway, I have a problem with printing from two lists.
what I'm trying to do is printing something like "Item1(from list1):::Item1(from list2)" for each item in both lists:
list1 = [Item1, Item2, Item3,... ItemN]
list2=[Item1, Item2, Item3,... ItemN]
for i in list1:
for j in list2:
print '%s:::%s'%(i,j)
this code doesn't give the result I want.
Python Experts please give me a hint how to do this.
any help or suggestion will be more than appreciated.
thanks in Advance
PS: sorry my bad English