for i in range(101,110):
    n = repr(i) + '.txt'
    file = open('c:\\ip\\' + n, 'w')