Oh Bug!

Fun with Programming.

你好,世界!

#!/usr/bin/env python
#coding:utf-8
 
def helloworld():
    "Hello World! \
    \nWelcome to my blog."
    print 'Nice to meet you!'
if __name__ == '__main__':
    helloworld()

-EOF-

One ResponseLeave one →

  1. Hi, this is a comment.
    To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.

Leave a Reply