mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
7 lines
83 B
Python
7 lines
83 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
hello = 'こんにちわ'
|
|
|
|
# EOF
|