본문 바로가기

YYYEJI

검색하기
YYYEJI
프로필사진 YEJI ⍢

  • 분류 전체보기 (437)
    • C (0)
    • AI (8)
    • Dart (6)
    • Note (0)
    • Java (58)
    • Linux (14)
    • Flutter (12)
    • Github (9)
    • Python (54)
    • Security (7)
    • Network (0)
    • Algorithm (8)
    • Extensions (2)
    • News scrap (1)
    • Data structure (18)
    • R programming (11)
    • Database & SQL (17)
    • Operating system (4)
    • Computer architectures (84)
    • Web Application Server (WAS.. (37)
    • HTML(or XML) & CSS & JavaSc.. (68)
    • 인공지능 챗봇 (19)
Guestbook
Notice
Recent Posts
Recent Comments
Link
250x250
«   2026/01   »
일 월 화 수 목 금 토
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
  • react
  • html
  • Java
  • MIPS
  • function
  • XML
  • AI
  • instruction
  • Algorithm
  • architecture
  • control
  • CSS
  • Rag
  • computer
  • Pipelining
  • web
  • mysql
  • DATAPATH
  • for
  • openai
  • Class
  • Linux
  • github
  • python
  • data structure
  • javascript
  • DB
  • php
  • DS
  • system
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록split (1)

YYYEJI

[Python] 문자열을 합치고 나누는 함수 (split, join)

문자열을 나누는 함수는 split 함수입니다. str = "Hi there, i am yeji" str = str.split() print(str) 특정 문자를 기준으로 나눌 수도 있습니다. str = "1:0" str = str.split(":") print(str) 리스트로 나눠진 문자들을 한 문자열로 합칠수도 있습니다. greeting = ['Hi', 'there,', 'my', 'name', 'is', 'Yeji'] greeting = " ".join(greeting) print(greeting) ◡̈

Python 2022. 9. 24. 00:27
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바