Dnomd343
2 years ago
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
#!/usr/bin/env python3 |
||||
|
# -*- coding: utf-8 -*- |
||||
|
|
||||
|
|
||||
|
target = [ |
||||
|
('‘', '’'), |
||||
|
('“', '”'), |
||||
|
('《', '》'), |
||||
|
('(', ')'), |
||||
|
] |
||||
|
|
||||
|
print(target[0]) |
Loading…
Reference in new issue