Never mind that was easy as pie. Book = "this is the book"…

Twetch ·

Never mind that was easy as pie.

Book = "this is the book"
Start = 0
End = 256

For i in range (0, int(len(Book)/256)):
print (Book[Start:End))
Start = Start + 256
End = End + 256
print()