mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
6 lines
230 B
Python
6 lines
230 B
Python
#!/usr/bin/env python
|
||
# -*- coding: utf-8 -*-
|
||
print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'
|
||
|
||
def f(x):
|
||
print '%s\t-> α(%2i):%s β(%s)'
|