Alphabet

Écrivez un programme qui affiche tous les caractères de l'alphabet en majuscules, avec une espace entre chaque caractère.

On utilisera bien entendu une boucle !

TIME AND MEMORY LIMITS (Python)

  • Time: 0.1s on a 1GHz machine.
  • Memory: 1,000 KB.

EXAMPLE

input:


            

output:

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

Source: https://www.france-ioi.org. Created by : Mathias Hiron.