Skip to content

Commit

Permalink
basics/chino.py: creation
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arroyo Menéndez committed Jun 26, 2019
1 parent d2fd60c commit e59ae76
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions basics/chino.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (C) 2019 David Arroyo Menéndez

# Author: David Arroyo Menéndez <[email protected]>
# Maintainer: David Arroyo Menéndez <[email protected]>

# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.

# This file is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA,

# print('哈哈'.encode('utf-8'))
# print('哈哈'.decode('utf-8'))
print('哈哈')

0 comments on commit e59ae76

Please sign in to comment.