摘要: 第十题挂了,时间超时,看了别人的想法 Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*'. The matching shoul 阅读全文
posted @ 2018-10-30 15:49 茫茫碧落 阅读(237) 评论(0) 推荐(0) 编辑
摘要: round(x [,n]) x:数字表达式,n:需要保留的小数位数,默认为0 http://www.runoob.com/python3/python3-func-number-round.html http://www.runoob.com/w3cnote/python-round-func-no 阅读全文
posted @ 2018-10-30 10:53 茫茫碧落 阅读(464) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sunxb10/article/details/81036693 我觉得这篇很详细,在这篇文章的基础上我想进一步总结一下字符串中数字的格式化输出, python到现在总共有三种字符串输出的方法,一种是从c中借鉴过来的 官方推荐的并不是这种方法,在实际中我们 阅读全文
posted @ 2018-10-30 10:43 茫茫碧落 阅读(524) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/python/att-dictionary-get.html Python 字典(Dictionary) get() 函数返回指定键的值,如果值不在字典中返回默认值。 本质上是一个字典方法 request.POST可以看做是一个字典 比如mobile =  阅读全文
posted @ 2018-10-30 09:38 茫茫碧落 阅读(2796) 评论(0) 推荐(0) 编辑