nicetime:你的时间但更好 源码
美好的时光 你的时间,但更好 关于这个项目 这是一个玩笑的程序包,旨在逗我Java Lab中的朋友。 如果您想使用它或对其进行改进,请继续。 信用:nans,zii,vii 安装 pip install -i https://test.pypi.org/simple/ NiceTime==0.0.1 用法 import nicetime # converts minutes up to 69 in the previous hour. Continues with minute 10 in current hour. t = nicetime . time ( 3 , 9 , 12 ) t . print () # should print 02:69:12 # works for seconds as well! t = nicetime . time ( 4 , 10 , 9 ) t
用户评论