'''문제1
Python이라는 단어와 함께 0부터 N-1까지의 정수를 한 줄에 하나 씩 출력하는 프로그램을 작성하시오.

Python 0
Python 1
Python 2


----------------------------------------------------------
문제2

정수 N을 입력받아 다음문장을 N번 출력하는 프로그램을 작성하시오.

5

I like Python!
I like Python!
I like Python!
I like Python!
I like Python!
----------------------------------------------------------

문제3
3부터 99까지의 정수를 모두 출력하는 프로그램을 작성하시오.


3 4 ... 98 99















'''

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: