welcome: please sign in

This wiki is not enabled for mail processing. Contact the owner of the wiki, who can enable email.

Clear message
location: ВикиКурс / 22 Парсеры входных форматов

Парсеры

Пример

 {{{#!highlight python
 def hello(name):
     print "Hello %s" % name
 }}}

Результат

   1 def hello(name):
   2     print "Hello %s" % name