cmd/aigu.py

13 lines
104 B
Python

s='''
ÁÀÄÂ
áàäâ
ÉÈËÊ
éèëê
ÏÎïî
ÖÔöô
ÚÙÜÛ
úùüû
Çç
'''
print(s.strip())