Exemple #1
0
def do_stuff(count, size=3):
    print("Size is ", 3)
    for i in range(0, count):
        print("HELLO", i)
        other.wiggle(i)
Exemple #2
0
def do_stuff(count, size=3):
    print("Size is ", 3)
    for i in range(0, count):
        print("HELLO", i)
        other.wiggle(i)
Exemple #3
0
def do_stuff(count):
    for i in range(0, count):
        print("HELLO", i)
        other.wiggle(i)