在<Python基础教程(第二版)>一书中, if time % 60 == 0 : print 'on the hour! '在3.3.2版本中显示错误.于是自己查了一下帮助文档,也在网上查阅了一些资料.在Python3中,获取时间代码如下: >>> import time >>> time.strftime("%H-%M-%S",time.localtime()) '10-57-14' strftime是将时间按照想要的格式输出.直接
最近在学习廖雪峰的python3的教程,这是官方http://www.liaoxuefeng.com/,建议大家想学习python的同学可以去看看,真的是在网上能找到的最好文本教程,没有之一 在廖老实讲到使用python3扩展mysql这部分的时候,按照原文使用pip install mysql-connector-python --allow-external mysql-connector-python 命令遇到错误 Could not find a version that satisfi