- Test
- Test
#!/usr/bin/python
# Gist-test by Dustin Ingram
def main() :
    print "%s,%s" % ('Hello', 'World')
if __name__ == "__main__" :
    main() :
test
| #!/usr/bin/python | |
| # Gist-test by Dustin Ingram | |
| def main() : | |
| print "%s,%s" % ('Hello', 'World') | |
| if __name__ == "__main__" : | |
| main() : | 
#!/usr/bin/python
# Gist-test by Dustin Ingram
def main() :
    print "%s,%s" % ('Hello', 'World')
if __name__ == "__main__" :
    main() :
test
Comment comment comment!