Advertisement
dan-masek

Untitled

Apr 29th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. with open('test.dat', 'wb') as f:
  2.     for v in range(1,256):
  3.         for n in range(12):
  4.             f.write("\0%c\0\0\0\0" % chr(v))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement