예제 #1
0
파일: tryme3.py 프로젝트: ivan-dives/python
def clear_screen():
	print
	nine_lines()
	nine_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
	three_lines()
예제 #2
0
파일: tryme3.py 프로젝트: ivan-dives/python
def nine_lines():
	three_lines()
	three_lines()
	three_lines()