随笔分类 -  python

摘要:1.格式化字符串中 (1)如果使用%格式化,字符串后面应该没有逗号(,): (2)如果使用format格式化,字符串中,声明类型时不应该有百分号(%) 阅读全文
posted @ 2018-01-03 09:29 YouNeedCourage 阅读(131) 评论(0) 推荐(0)
摘要:找不到.bash_profile文件的可以使用find查找: 终端输入 然后在bash_profile文件添加下行(具体path取决python3安装路径): alias python="/System/Library/Frameworks/Python.framework/Versions/3.6 阅读全文
posted @ 2017-12-26 16:31 YouNeedCourage 阅读(179) 评论(0) 推荐(0)