모든 프로그래밍의 시작!
Hello World 출 력
print("Hello World, Hello Python")
# 구분자(sep), 끝라인(end), 출력 지정(file)
print("Welcome to","Python", sep="-", end="!")
Hello World, Hello Python
Welcome to-Python!
'컴&프로그래밍 > Python' 카테고리의 다른 글
5. 클래스 (0) | 2014.12.20 |
---|---|
4. 제어 (0) | 2014.12.19 |
Google Python Tutorial - Basic Python Exercises #2 List (0) | 2014.12.11 |
Google Python Tutorial - Basic Python Exercises #1 String (0) | 2014.12.05 |
Python 2.x에서 3.x로 변경 (0) | 2014.12.03 |
튜플 자료형 특이사항 (0) | 2014.10.19 |
자료형과 연산자 (0) | 2014.10.18 |
Mac에서 python 3. x 버전 사용 하기 (3) | 2014.10.12 |
Upgrading Python 2.7 to 3.3 on MAC OS X (0) | 2013.12.03 |