Problem3247--输出正方形

3247: 输出正方形

Time Limit: 1 Sec  Memory Limit: 128 MB  Special Judge
Submit: 3  Solved: 2
[Status] [Submit] [Creator:]

Description

打印出如下的正方形:
* * * * * 
* * * * * 
* * * * * 
* * * * * 
* * * * * 

Input

Output

* * * * * 
* * * * * 
* * * * * 
* * * * * 
* * * * * 

Source/Category

python