摘要:
REF: https://www.cnblogs.com/testlearn/p/11704984.html f-Strings语法与str.format()使用的语法类似,但较少细节啰嗦,只需要在格式化字符串前加f或F即可。看看这是多么容易可读: name = "tom" age = 2 prin 阅读全文
摘要:
[root@VM-0-2-centos webapps]# which python3/usr/bin/python3 https://danieleriksson.net/2017/02/08/how-to-install-latest-python-on-centos/ Use “make al 阅读全文