아래의 코드와 같이 파이썬의 fotmat을 이용하면 변수를 보다 편리하게 출력 할 수있다. memo = "나는 숙면이 필요합니다." print("note: {0}".format(memo))