Ξ Ξ

Page

  • Immutable Page
  • Info
  • Attachments

User

You are not allowed to do newaccount on this page. Login and try again.

Clear message

Parsers

Input

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

Display

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