Add aigu.py and boxchars.py.
This commit is contained in:
parent
57fd5955e1
commit
9e69b313b9
2 changed files with 20 additions and 0 deletions
9
aigu.py
Normal file
9
aigu.py
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
s='''
|
||||||
|
ÁÀÄÂ
|
||||||
|
áàäâ
|
||||||
|
ÉÈËÊ
|
||||||
|
éèëê
|
||||||
|
ÖÔöô
|
||||||
|
Çç
|
||||||
|
'''
|
||||||
|
print(s.strip())
|
11
boxchars.py
Normal file
11
boxchars.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
s = '''
|
||||||
|
┌─┬─┐ ╔═╦═╗
|
||||||
|
│ │ │ ║ ║ ║
|
||||||
|
├─┼─┤ ╠═╬═╣
|
||||||
|
│ │ │ ║ ║ ║
|
||||||
|
└─┴─┘ ╚═╩═╝
|
||||||
|
╒═╤═╕ ╓─╥─╖
|
||||||
|
╞ ╪ ╡ ╟ ╫ ╢
|
||||||
|
╘═╧═╛ ╙─╨─╜
|
||||||
|
'''
|
||||||
|
print(s.strip())
|
Loading…
Reference in a new issue