keep码
度过大难,将有大成。 继续努力,终成大器。
摘要: 1 #!/usr/bin/env python 2 #-*-coding:utf-8-*- 3 #_author_:Keep 4 ''' 5 def area(width,height): 6 #calculate area 7 return width * height 8 9 def print 阅读全文
posted @ 2019-03-19 21:17 keep码 阅读(399) 评论(0) 推荐(0) 编辑