alphabet = "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"

for i in alphabet:
    print(i)

Embed on website

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