Listings Demo Rand Low 2012-Dec-15 Comments Nikola intends to let you show code easily via listings: hello.py (Source) #!/usr/bin/python import sys def hello(name='world'): greeting = "hello " + name print(greeting) if __name__ == "__main__": hello(*sys.argv[1:]) Comments Please enable JavaScript to view the comments powered by Disqus. Comments powered by Disqus
Comments
Comments powered by Disqus