9 lines
77 B
Python
9 lines
77 B
Python
s='''
|
|
ÁÀÄÂ
|
|
áàäâ
|
|
ÉÈËÊ
|
|
éèëê
|
|
ÖÔöô
|
|
Çç
|
|
'''
|
|
print(s.strip())
|