Testing Source Code Highlighting

Python:

def greet():
    name = raw_input('Name:')
    print "Hello, %s" % name
    return name
  1. Leave a comment

Leave a comment