welcome: please sign in

Please enter your password of your account at the remote wiki below.
/!\ You should trust both wikis because the password could be read by the particular administrators.

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

Парсеры

Пример

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

Результат

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