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:]);

原文地址:https://www.cnblogs.com/wangzhaoshuang/p/9015889.html