var str = "Hello, playground" print(str)
해당 값을 출력하고 싶을때 사용하는 함수
dump(str)
사용법은 같으나 struct나 class를 출력할때 유용하게 쓰이는 함수