# # make a file with 100 chars, abcd repeated # for i in range(25): print("abcd", end='')