9 – Strings
Often programming involves more than numbers and arithmetic. There may be situations where you need to work with text. To work with text in Python, you will need to use a string, which is an immutable ordered series of characters. More on the immutable ordered part later. You can create a string by using quotes. … Read more
댓글을 달려면 로그인해야 합니다.