import random as R
text="""ABCDEFGHIJKLMNOPQRSTUVWXYZ -,.!?"""
T=""
for name in [0]*100:
    for name in [0]*100:
        T += text[R.randint(0,len(text)-1)]
    T += chr(10)
print(T)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: