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