Python시작

gyomni·2021년 6월 23일
0

Python

목록 보기
1/12
post-thumbnail

📝Python 실행

📌설치

①Python interpreter 설치
: Python code를 컴퓨터가 이해할 수 있는 machine code로 번역해주는 프로그램.

②PyCharm 설치
: 코딩을 편하게 할 수 있도록 도와주는 프로그램, 올인원 솔루션.
통합 개발 환경(Integrated Development Environment(IDE))라고 함.

①,② 설치 후, codeitpython이라는 폴더를 생성하여 day1이라는 파일안에 print로 hello world를 출력.
//python파일은 .py 로 끝남

  • print() : ()안에 있는 내용이 console창에 출력 됨.
profile
Front-end developer 👩‍💻✍

0개의 댓글