728x90
변수 선언하고 출력하기 예제 코드: myString, print()
포스트 난이도: HOO_Intern
# Example Codes
myString ='my first: \n \'hello\''
print(myString)
my first:
'hello'
728x90
'Python > Python Examples' 카테고리의 다른 글
[Python Examples] 파이썬 문자열 사이에 문자열 추가하기 예제 코드 (0) | 2023.08.09 |
---|---|
[Python Examples] Matplotlib 예제코드: Horizontal Bar Chart(수평 막대 그래프) 데이터 시각화 (0) | 2023.02.15 |
[Python Examples] 파이썬 타입 예제코드: type() (0) | 2023.01.13 |
[Python Examples] 리스트 예제 코드: 리스트에서 int와 string 구분하여 출력하기, #isinstance() (0) | 2023.01.13 |
[Python Examples] 파이썬 랜덤 예제 코드: np.random.choice() (0) | 2023.01.13 |
댓글