본문 바로가기

on my way

검색하기
on my way
프로필사진 wingbeat

  • 분류 전체보기 (183)
    • experiences (6)
      • SNOW Internship (0)
      • GDSC Sookmyung (0)
      • Hackathon||Project (1)
      • DevLog (5)
    • Computer Science (10)
      • JAVA (6)
      • HTML CSS JS (2)
      • Spring (7)
      • Database (6)
      • React (12)
      • CICD (10)
      • IT MATH (5)
      • Graphics (1)
    • algorithm (98)
      • CodingTest (26)
      • SQL (17)
      • Python (36)
      • Java (0)
      • C++ (19)
    • etc (10)
      • Git (1)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/08   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • git
  • gitbash
  • GitProject
  • Branch
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2024/08/23 (1)

on my way

[프로그래머스 도서실습 내일은 코딩테스트] 파트1.문자열 다루기 : 옹알이(1) (Python3)

def solution(babbling): words = [ "aya", "ye", "woo", "ma"] for i, b in enumerate(babbling): for w in words: if w in b: babbling[i] = babbling[i].replace(w," ") return len([True for b in babbling if not b.strip()])

algorithm/Python 2024. 8. 23. 22:38
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바