□ 출력
○ print(표시내용)
- 문자는 " ", ' '로 감쌈
- 숫자는 그대로 기재
print('hello python')
print("1+2")
print(1+2)
print((1+2)/3)
'Python > Python_basic' 카테고리의 다른 글
[Python] 중복제거(자료구조 set) (0) | 2023.11.01 |
---|---|
[Python] 시퀀스 처리(For문, Lambda, List Comprehension) (0) | 2023.10.30 |
[Python] 에러타입 (0) | 2023.10.30 |
[Python] 변수와 데이터 타입, 형변환(+Input함수) (0) | 2023.10.03 |
[Python] anaconda & jupyter Notebook (0) | 2023.10.03 |