def-many.py 89 Bytes Raw Blame History Permalink 1 2 3 4 5 import sys print("EXPORTS") for i in range(0, int(sys.argv[1])): print("f%d=f" % (i))