python基础-编码_if条件判断 一、第一句Python代码 在 /home/dev/ 目录下创建 hello.py 文件,内容如下: 输出结果: 二、解释器 上一步中执行 python /ho ...