随笔分类 -  Python

摘要:def hello(): print('hello world') if __name__=='__main__': hello() print("__name__=",__name__,'\n') ''' name=input("what's your name?\n") print("hello, "+name+"!") input("") ''' 阅读全文
posted @ 2016-06-26 14:41 *飞飞* 阅读(178) 评论(0) 推荐(0)
摘要:http://www.tuicool.com/articles/jIZfaqQ 操作系统环境:Ubuntu 15.10 0.需求原因 想在我的Linux上架设Apache来运行CGI程序,方便以后用Apache部署Python的Web应用,但遇到各种各样的问题,网上找的答案要么都太旧了(4/5年前跟 阅读全文
posted @ 2016-06-03 16:25 *飞飞* 阅读(11478) 评论(4) 推荐(0)