jimchen5209 says to OwO
/python3 import random for i in range(1,20): print(chr(random.randint(65,90)),end="")