예제 #1
0
def Test23():
    x = DL.Looper([1, 2, 3])
    for i in x:
        print(i)
예제 #2
0
def Test22():
    x = DL.Looper([1, 2, 3], 4)
    for i in x:
        print(i)