without haste but without rest
[python] 정말 간단한 문자열 뒤집기 본문
파이썬처럼 편한 언어가 또 있을까
word = 'Hello World'
print(word[::-1])
'ProgrammingLanguage > Python' 카테고리의 다른 글
[python] random 라이브러리 (0) | 2020.04.13 |
---|---|
[python] sort 메소드, sorted 함수에서 lambda 활용하기 ★ (0) | 2020.04.03 |
[python] pip, anaconda 명령어 / 파이썬 개발환경 설정 (0) | 2020.03.05 |
[matplotlib] 마이너스 부호 깨짐 현상 해결하기 (0) | 2020.02.24 |
[matplotlib] 한글 폰트 사용하기 + Font family [] not found 에러 해결방법 (3) | 2020.02.24 |
Comments