Forum: Python Mar 27th, 2006 |
| Replies: 4 Views: 1,297 |
Forum: Python Mar 25th, 2006 |
| Replies: 2 Views: 1,715 |
Forum: Python Mar 25th, 2006 |
| Replies: 2 Views: 1,715 |
Forum: Python Mar 25th, 2006 |
| Replies: 4 Views: 1,297 |
Forum: Python Mar 24th, 2006 |
| Replies: 4 Views: 1,297 Problem extracting values of a Dictionary Hi! Thanks for your help in advance.....
Heres my case
I have a dictionary "d" with keys as string and a dictionary as integer "1" as keys to a list [1,2,3]
d{"test.tif": {1: [1,2,3]}}
Now... |
Forum: Python Feb 19th, 2006 |
| Replies: 2 Views: 39,532 do-while loop in python Hi.....I am a newbie...really confused with do while loop in python. Does it even exist?
J=[]
do:
finished = "false"
while finished != "true":
finished="true"
... |