python 1天

环境变量,计算机->属性->高级系统设置->环境变量->path->;路径

变量名
            
                - 字母
                - 数字
                - 下划线
                
                PS:
                    数字不能开头
                    不能是关键字 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'exec', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'not', 'or', 'pass', 'print', 'raise', 'return', 'try', 'while', 'with', 'yield'

posted on 2019-08-04 21:53  燕回乌衣巷  阅读(32)  评论(0)    收藏  举报