파이썬 변수1 파이썬(Python) & 루비(ruby) 개념 2편 (문자열, 데이터 타입, 변수, 비교연산자) 이전 1편에서는 파이썬, 루비를 배워야 하는 이유와 실습 방법 기본적인 문법인 숫자와 문자열 출력, 연산자에 대하여 포스팅했습니다. donggukice.tistory.com/23 그럼 이어서 파이썬, 루비 2편 시작하겠습니다. 파이썬 루비 print('hello'.capitalize()); 첫 문자 대문자만들기 print('hello'.capitalize()); print('hello'.upper()); 모든 문자 대문자 만들기 print('hello'.upcase()); print('hello'.__len__()); 문자열 길이 카운팅 print('hello'.length()); print('hello world'.replace('world', 'programming')) 문자열 수.. 2021. 1. 25. 이전 1 다음 반응형