a = ['a', 'b', 'c'] @export def foo(n: int): print(''.join(a) * n)