Home
last modified time | relevance | path

Searched refs:printinorder (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/threads/
Dfcmp.py14 def printinorder(list): function
24 printinorder([1,2,3]) # 1 2 3
25 printinorder([[[[1,[2]]],3]]) # ditto
27 printinorder(x) # 0 1 2 3 4 5 6