示例#1
0
def clear_screen():
	print
	nine_lines()
	nine_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
示例#2
0
def nine_lines():
	three_lines()
	three_lines()
	three_lines()