摘要:
# -*- coding: utf-8 -*-""" File Name: printsquare Description : Author : Administrator date: 2018/9/8 0008 """def print_square(n): """ 5(-2,-1,0,1,2)- 阅读全文
摘要:
# -*- coding: utf-8 -*-""" File Name: test Description : Author : Administrator date: 2018/9/2 0002 """# the default max number# for i in range(1, len 阅读全文