그동안 우리가 한 건 그냥 정말 python이랑 논 거. 그냥 CPU랑 Main Memory사이를 왔다갔다 하면서. 절대 여길 떠나지 않았지! 그래서 이젠 Secondary Memory를 사용해보려고 해! permanent media! 우리는 python을 이용해서 파일을 쓰거나 읽을 수 있지!
A string is a sequence of characters. A string literal uses quotes 'Hello' or "Hello" For strings, + means concatenate When a string contains numbers, it is still a string We can convert numbers in a string into a number using int()