Add aigu.py and boxchars.py.

master
voussoir 2020-02-26 13:28:24 -08:00
parent 57fd5955e1
commit 9e69b313b9
2 changed files with 20 additions and 0 deletions

9
aigu.py Normal file
View File

@ -0,0 +1,9 @@
s='''
ÁÀÄÂ
áàäâ
ÉÈËÊ
éèëê
ÖÔöô
Çç
'''
print(s.strip())

11
boxchars.py Normal file
View File

@ -0,0 +1,11 @@
s = '''
'''
print(s.strip())