随笔分类 - 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("") '''
阅读全文
摘要:http://www.tuicool.com/articles/jIZfaqQ 操作系统环境:Ubuntu 15.10 0.需求原因 想在我的Linux上架设Apache来运行CGI程序,方便以后用Apache部署Python的Web应用,但遇到各种各样的问题,网上找的答案要么都太旧了(4/5年前跟
阅读全文

浙公网安备 33010602011771号