본문 바로가기
Python/Python Examples

[Python Examples] 변수 선언하고 출력하기 예제 코드: myString, print()

by Henry Cho 2023. 2. 8.
728x90

변수 선언하고 출력하기 예제 코드: myString, print()

포스트 난이도: HOO_Intern


# Example Codes

 

myString ='my first: \n \'hello\''
print(myString)

my first: 
 'hello'

 

728x90

댓글