Hello World

程序员的开场白

1
2
3
4
5
def start():
print('Hello World')
if __name__ == '__main__':
start()

我的个人博客上线了,主要用于记录自己时不时的一些小想法和学习技术中遇到的一些问题.