a dict problem

cheng magicmas at spymac.com
Sat May 28 13:14:44 EDT 2005


hi all..it a problem about dict:

print target, dict[target]

get output:

keyword
{page3.html, page2.html, page1.html}

is it some ways to change it to:

keyword
{page1.html, page2.html, page3.html}




More information about the Python-list mailing list