Search:
Tools and resources
Research centers
Projects
Find page
Recent changes
Help
{{{#!highlight python def hello(name): print "Hello %s" % name }}}
1 def hello(name): 2 print "Hello %s" % name