#!/usr/bin/pythondef hello_python(): print 'hello python'if __name__ == '__main__' : hello_python
这是我开的第一个博客
作用:
1、linux运维学习知识总结
2、python学习知识总结
本文共 188 字,大约阅读时间需要 1 分钟。
#!/usr/bin/pythondef hello_python(): print 'hello python'if __name__ == '__main__' : hello_python
这是我开的第一个博客
作用:
1、linux运维学习知识总结
2、python学习知识总结
转载于:https://blog.51cto.com/11259638/1747713