python 初学
Posted zorashuang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 初学相关的知识,希望对你有一定的参考价值。
https://zhuanlan.zhihu.com/p/27294128 安装pyenv教程。
pyenv 安装python 3.6.5 出现错误:alib not available
解决方法:
https://www.cnblogs.com/jellydong/p/7724169.html
with open(../..) as f:
ss = f.strip()
print(ss[:3]+"****"+[7:]);
以上是关于python 初学的主要内容,如果未能解决你的问题,请参考以下文章